From 90849207645d6d9a4eb7ecfd240e44d63fe1a142 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 16 Aug 2018 02:22:51 -0500 Subject: [PATCH] Dunst: Themeing, point it at the right icon directory --- .config/dunst/dunstrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index db6189ba..c4032c45 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -29,7 +29,7 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. - geometry = "500x8-0-50" + geometry = "500x8-0+50" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes @@ -125,7 +125,7 @@ # %p progress value if set ([ 0%] to [100%]) or nothing # %n progress value if set without any extra characters # Markup is allowed - format = "%s (%a)\n%b" + format = "%s (%a)\n%b" # Alignment of message text. # Possible values are "left", "center" and "right". @@ -158,10 +158,10 @@ icon_position = right # Scale larger icons down to this size, set to 0 to disable - max_icon_size = 32 + max_icon_size = 48 # Paths to default icons. - icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ + icon_path = /usr/share/icons/Papirus-Dark/48x48/status/:/usr/share/icons/Papirus-Dark/48x48/devices/ ### History ### @@ -242,7 +242,7 @@ # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. background = "#282828" - foreground = "#928374" + foreground = "#a89984" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon @@ -256,7 +256,7 @@ [urgency_critical] background = "#282828" - foreground = "#fb4934" + foreground = "#fabd2f" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #icon = /path/to/icon