niri, waybar, swaylock
This commit is contained in:
parent
f5a0090ea0
commit
41a49f8c2a
12 changed files with 383 additions and 246 deletions
25
dotfiles/dot_config/halloy/config.toml
Normal file
25
dotfiles/dot_config/halloy/config.toml
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Halloy config.
|
||||
#
|
||||
# For a complete list of available options,
|
||||
# please visit https://halloy.squidowl.org/configuration/index.html
|
||||
|
||||
theme = "oxocarbon"
|
||||
|
||||
[font]
|
||||
family = "Jetbrains-Mono"
|
||||
size = 18
|
||||
|
||||
[servers.liberachat]
|
||||
nickname = "emenel"
|
||||
nick_password_file = "/home/emenel/.config/halloy/password"
|
||||
server = "irc.libera.chat"
|
||||
channels = ["#halloy", "#shirakumo", "#guix", "#nonguix", "#msg", "#systemcrafters"]
|
||||
|
||||
[servers.oftc]
|
||||
nickname = "emenel"
|
||||
nick_password_file = "/home/emenel/.config/halloy/password"
|
||||
server = "irc.oftc.net"
|
||||
channels = ["#suckless"]
|
||||
|
||||
[buffer.channel.topic]
|
||||
enabled = true
|
Loading…
Add table
Add a link
Reference in a new issue