diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index e32e23b..1390916 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -11,7 +11,7 @@ ### Geometry ### width = (350, 350) # So I can remember this later - height = 300 + height = 86 origin = bottom-right offset = 15x15 scale = 0 @@ -56,7 +56,7 @@ # %p progress value if set ([ 0%] to [100%]) or nothing # %n progress value if set without any extra characters # %% Literal % - format = "%s\n%b" + format = "%s (%a)\n%b" alignment = left vertical_alignment = bottom show_age_threshold = 60 @@ -147,10 +147,11 @@ urgency = low timeout = 1 set_stack_tag = 'sysinfo' # Replace the previous notification if it still exists. + format = "%s" [Spotify] appname = "Spotify" - format = "%b" - background = "1db954" + format = "%s\n%b" + frame_color = "#1db954" urgency = low