diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/dunst/dunstrc | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..5c333e4 --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,31 @@ +[global] +alignment = center +follow = keyboard +frame_width = 1 +geometry = 300x0-5+5 +padding = 5 +font = FiraSans 12 +separator_color = "#383838" +frame_color = "#383838" +word_wrap = true + +[shortcuts] +close = ctrl+space +close_all = ctrl+shift+space +history = ctrl+grave +context = ctrl+shift+period + +[urgency_low] +background = "#282828" +foreground = "#149cdc" +timeout = 5 + +[urgency_normal] +background = "#282828" +foreground = "#1079aa" +timeout = 10 + +[urgency_critical] +background = "#282828" +foreground = "#e9cbbd" +timeout = 0 |