From 1162e243c9ed422703f3a40c1ddbd7a66759fa1b Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 19 Oct 2021 14:36:26 +0300 Subject: dunst: better readability --- .config/dunst/dunstrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 05e91a9..289cb47 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -4,7 +4,7 @@ geometry = "248x64-32+48" indicate_hidden = yes shrink = no - transparency = 0 + transparency = 00 separator_height = 2 padding = 16 horizontal_padding = 16 @@ -45,17 +45,17 @@ [urgency_low] background = "#9ccfd855" - foreground = "#1f1d2e" + foreground = "#e0def4ff" timeout = 3 [urgency_normal] background = "#ebbcba55" - foreground = "#1f1d2e" + foreground = "#e0def4ff" timeout = 6 [urgency_critical] background = "#eb6f9255" - foreground = "#1f1d2e" + foreground = "#e0def4ff" timeout = 0 [Spotify] -- cgit v1.2.3-61-g4310