diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-17 19:09:27 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-17 19:09:27 +0200 |
commit | ad58b57df7b298bc3e25c578f590d44da3ce36c9 (patch) | |
tree | 28be43da790fa014e13a7284e5a5979537a8721a /dotfiles/dunstrc | |
download | nixos-config-ad58b57df7b298bc3e25c578f590d44da3ce36c9.tar.gz nixos-config-ad58b57df7b298bc3e25c578f590d44da3ce36c9.tar.bz2 nixos-config-ad58b57df7b298bc3e25c578f590d44da3ce36c9.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | dotfiles/dunstrc | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dotfiles/dunstrc b/dotfiles/dunstrc new file mode 100644 index 0000000..c2fe046 --- /dev/null +++ b/dotfiles/dunstrc @@ -0,0 +1,34 @@ +[global] +monitor = 0 +alignment = center +follow = keyboard +frame_width = 1 +#geometry = 150x0-5+5 +geometry = "350x5-0+24" +padding = 5 +font = Noto Sans Display Nerd Font 12 +separator_color = "#6790EB" +frame_color = "#6790EB" +word_wrap = true + +[shortcuts] +close = ctrl+space +close_all = ctrl+shift+space +history = ctrl+grave +context = ctrl+shift+period + +[urgency_low] +background = "#2F343F" +foreground = "#f3f4f5" +timeout = 5 + +[urgency_normal] +background = "#2F343F" +foreground = "#f3f4f5" +timeout = 10 + +[urgency_critical] +background = "#2F343F" +foreground = "#f3f4f5" +frame_color = "#FF0000" +timeout = 0 |