diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-07 17:55:07 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-07 17:55:07 +0100 |
commit | 50df8065101f4204e8611862af2d3c3964d7dcaa (patch) | |
tree | 5da30d09b0cc0788c3054a54dcf561039babad63 | |
parent | Changed colors a bit (diff) | |
download | dotfiles-bsd-50df8065101f4204e8611862af2d3c3964d7dcaa.tar.gz dotfiles-bsd-50df8065101f4204e8611862af2d3c3964d7dcaa.tar.bz2 dotfiles-bsd-50df8065101f4204e8611862af2d3c3964d7dcaa.tar.xz dotfiles-bsd-50df8065101f4204e8611862af2d3c3964d7dcaa.tar.zst dotfiles-bsd-50df8065101f4204e8611862af2d3c3964d7dcaa.zip |
gruvboxed dunst
Diffstat (limited to '')
-rw-r--r-- | .config/dunst/dunstrc | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index cc6a2f9..06f5ebf 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,16 +1,15 @@ [global] monitor = 0 follow = none - geometry = "500x5-30+30" + geometry = "500x5-40+40" indicate_hidden = yes shrink = yes transparency = 0 notification_height = 0 separator_height = 4 - padding = 0 + padding = 2 horizontal_padding = 10 - frame_width = 3 - frame_color = "#505050" + frame_width = 2 # Define a color for the separator. # possible values are: @@ -47,13 +46,13 @@ ignore_newline = no stack_duplicates = true hide_duplicate_count = true - show_indicators = yes - icon_position = right + show_indicators = yes + icon_position = right max_icon_size = 100 # icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/:/usr/share/icons/Adwaita/256x256/status/ sticky_history = yes history_length = 20 - # dmenu = /usr/bin/dmenu -p dunst: + # dmenu = /usr/local/bin/dmenu -p dunst: # browser = /usr/bin/firefox -new-tab # Always run rule-defined scripts, even if the notification is suppressed @@ -75,21 +74,23 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#282828" - foreground = "#928374" - timeout = 5 + background = "#32302f" + foreground = "#b8a994" + frame_color = "#887964" + timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#664B6A" - foreground = "#D0D0D0" - timeout = 5 + background = "#614266" + foreground = "#ebdbb2" + frame_color = "#a89984" + timeout = 10 [urgency_critical] - background = "#AC4142" - foreground = "#ebdbb2" - frame_color = "#282828" + background = "#cc241d" + foreground = "#ebdbb2" + frame_color = "#b77901" timeout = 0 # Every section that isn't one of the above is interpreted as a rules to |