From 5e75dbe6d76928329f97b48a5a624c744e34e6c4 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 18 Oct 2021 18:13:18 +0300 Subject: dunst: better transparency --- .config/dunst/dunstrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 4537615..05e91a9 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -4,7 +4,7 @@ geometry = "248x64-32+48" indicate_hidden = yes shrink = no - transparency = 50 + transparency = 0 separator_height = 2 padding = 16 horizontal_padding = 16 @@ -44,17 +44,17 @@ context = ctrl+shift+BackSpace [urgency_low] - background = "#9ccfd8" + background = "#9ccfd855" foreground = "#1f1d2e" timeout = 3 [urgency_normal] - background = "#ebbcba" + background = "#ebbcba55" foreground = "#1f1d2e" timeout = 6 [urgency_critical] - background = "#eb6f92" + background = "#eb6f9255" foreground = "#1f1d2e" timeout = 0 -- cgit v1.2.3-70-g09d2