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