diff options
author | Joe <rbo@gmx.us> | 2025-07-16 15:40:23 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-07-16 15:40:23 +0200 |
commit | d1bd27b5d7c987c5bf93a1ee9107239cdfdf1f9f (patch) | |
tree | 743f01dc6f59f50472df55966a89e8607e467165 /.config/dunst/dunstrc | |
parent | up (diff) | |
download | dotfiles-bsd-d1bd27b5d7c987c5bf93a1ee9107239cdfdf1f9f.tar.gz dotfiles-bsd-d1bd27b5d7c987c5bf93a1ee9107239cdfdf1f9f.tar.bz2 dotfiles-bsd-d1bd27b5d7c987c5bf93a1ee9107239cdfdf1f9f.tar.xz dotfiles-bsd-d1bd27b5d7c987c5bf93a1ee9107239cdfdf1f9f.tar.zst dotfiles-bsd-d1bd27b5d7c987c5bf93a1ee9107239cdfdf1f9f.zip |
up
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r-- | .config/dunst/dunstrc | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 69ad80a..ebbe45f 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -10,7 +10,7 @@ separator_height = 4 padding = 2 horizontal_padding = 10 - frame_width = 3 + frame_width = 2 close = ctrl+space history = ctrl+grave context = ctrl+shift+period @@ -76,25 +76,23 @@ # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. background = "#282828" - #foreground = "#b8a994" - #frame_color = "#887964" foreground = "#a89984" frame_color = "#a89984" - highlight = "#a89984" + highlight = "#cc241d" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] background = "#282828" - foreground = "#458588" - frame_color = "#458588" + foreground = "#cc241d" + frame_color = "#cc241d" timeout = 10 [urgency_critical] - background = "#282828" - foreground = "#cc241d" - frame_color = "#cc241d" + background = "#cc241d" + foreground = "#1d2021" + frame_color = "#1d2021" timeout = 20 # Every section that isn't one of the above is interpreted as a rules to |