summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorYigit Sever2021-10-19 14:36:26 +0300
committerYigit Sever2021-10-19 14:36:26 +0300
commit1162e243c9ed422703f3a40c1ddbd7a66759fa1b (patch)
tree57c5e73e97004f2311d7620bf8c6b52d40b0cec2 /.config
parent89d4eab0f3cdd2807480a828f4eba595bc106f8d (diff)
downloaddotfiles-1162e243c9ed422703f3a40c1ddbd7a66759fa1b.tar.gz
dotfiles-1162e243c9ed422703f3a40c1ddbd7a66759fa1b.tar.bz2
dotfiles-1162e243c9ed422703f3a40c1ddbd7a66759fa1b.zip
dunst: better readability
diffstat (limited to '.config')
-rwxr-xr-x.config/dunst/dunstrc8
1 files changed, 4 insertions, 4 deletions
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 @@
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 = 0 7 transparency = 00
8 separator_height = 2 8 separator_height = 2
9 padding = 16 9 padding = 16
10 horizontal_padding = 16 10 horizontal_padding = 16
@@ -45,17 +45,17 @@
45 45
46[urgency_low] 46[urgency_low]
47 background = "#9ccfd855" 47 background = "#9ccfd855"
48 foreground = "#1f1d2e" 48 foreground = "#e0def4ff"
49 timeout = 3 49 timeout = 3
50 50
51[urgency_normal] 51[urgency_normal]
52 background = "#ebbcba55" 52 background = "#ebbcba55"
53 foreground = "#1f1d2e" 53 foreground = "#e0def4ff"
54 timeout = 6 54 timeout = 6
55 55
56[urgency_critical] 56[urgency_critical]
57 background = "#eb6f9255" 57 background = "#eb6f9255"
58 foreground = "#1f1d2e" 58 foreground = "#e0def4ff"
59 timeout = 0 59 timeout = 0
60 60
61[Spotify] 61[Spotify]