From b04628c82c9d0399e0537c249e2fbaaa29933caa Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 26 Sep 2022 20:13:22 +0200 Subject: [PATCH] Volume indicator via dunstify. --- _desktop/dunst/dunstrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_desktop/dunst/dunstrc b/_desktop/dunst/dunstrc index 001b5d7..84ba7fb 100644 --- a/_desktop/dunst/dunstrc +++ b/_desktop/dunst/dunstrc @@ -335,9 +335,10 @@ #icon = /path/to/icon [urgency_normal] - background = "#c7c7c7" - foreground = "#161616" - frame_color = "#c7c7c7" + background = "#272822" + foreground = "#feffff" + highlight = "#feffff" + frame_color = "#272822" timeout = 2 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon