summaryrefslogtreecommitdiffstats
path: root/.config/dunst
diff options
context:
space:
mode:
authorYigit Sever2021-10-18 18:13:18 +0300
committerYigit Sever2021-10-18 18:13:18 +0300
commit5e75dbe6d76928329f97b48a5a624c744e34e6c4 (patch)
treef689647ea9f4972eac9897186ef1176b24699ce9 /.config/dunst
parent97fdacb78fbf8b880452090389e02cc5729d3463 (diff)
downloaddotfiles-5e75dbe6d76928329f97b48a5a624c744e34e6c4.tar.gz
dotfiles-5e75dbe6d76928329f97b48a5a624c744e34e6c4.tar.bz2
dotfiles-5e75dbe6d76928329f97b48a5a624c744e34e6c4.zip
dunst: better transparency
diffstat (limited to '.config/dunst')
-rwxr-xr-x.config/dunst/dunstrc8
1 files 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 @@
4 geometry = "248x64-32+48" 4 geometry = "248x64-32+48"
5 indicate_hidden = yes 5 indicate_hidden = yes
6 shrink = no 6 shrink = no
7 transparency = 50 7 transparency = 0
8 separator_height = 2 8 separator_height = 2
9 padding = 16 9 padding = 16
10 horizontal_padding = 16 10 horizontal_padding = 16
@@ -44,17 +44,17 @@
44 context = ctrl+shift+BackSpace 44 context = ctrl+shift+BackSpace
45 45
46[urgency_low] 46[urgency_low]
47 background = "#9ccfd8" 47 background = "#9ccfd855"
48 foreground = "#1f1d2e" 48 foreground = "#1f1d2e"
49 timeout = 3 49 timeout = 3
50 50
51[urgency_normal] 51[urgency_normal]
52 background = "#ebbcba" 52 background = "#ebbcba55"
53 foreground = "#1f1d2e" 53 foreground = "#1f1d2e"
54 timeout = 6 54 timeout = 6
55 55
56[urgency_critical] 56[urgency_critical]
57 background = "#eb6f92" 57 background = "#eb6f9255"
58 foreground = "#1f1d2e" 58 foreground = "#1f1d2e"
59 timeout = 0 59 timeout = 0
60 60