diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-12-02 20:33:38 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-02 20:33:38 -0500 |
| commit | c22a8e838f24eabbfa469a8c1de4484cd07d7e96 (patch) | |
| tree | d37ba0790742a1324548988b4f33a28f3c71137a /.config/dunst | |
| parent | 5575c67ef42074f2354090ffb1074b6a2c762f88 (diff) | |
| download | eibhear-c22a8e838f24eabbfa469a8c1de4484cd07d7e96.tar.gz eibhear-c22a8e838f24eabbfa469a8c1de4484cd07d7e96.tar.zst eibhear-c22a8e838f24eabbfa469a8c1de4484cd07d7e96.zip | |
gruvbox conversion total
Diffstat (limited to '.config/dunst')
| -rw-r--r-- | .config/dunst/dunstrc | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index cc8588d..81d4721 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -10,7 +10,7 @@ padding = 0 horizontal_padding = 8 frame_width = 3 - frame_color = "#333300" + frame_color = "#282828" # Define a color for the separator. # possible values are: @@ -50,7 +50,7 @@ show_indicators = yes icon_position = left max_icon_size = 40 - icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/:/usr/share/icons/Adwaita/256x256/status/ + #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: @@ -75,26 +75,22 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#222222" - foreground = "#888888" + background = "#282828" + foreground = "#928374" timeout = 5 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#285577" - foreground = "#ffffff" + background = "#458588" + foreground = "#ebdbb2" timeout = 5 - # Icon for notifications with normal urgency, uncomment to enable - #icon = /path/to/icon [urgency_critical] - background = "#900000" - foreground = "#ffffff" - frame_color = "#ff0000" + background = "#cc2421" + foreground = "#ebdbb2" + frame_color = "#fabd2f" timeout = 0 - # Icon for notifications with critical urgency, uncomment to enable - #icon = /path/to/icon # Every section that isn't one of the above is interpreted as a rules to # override settings for certain messages. |
