summaryrefslogtreecommitdiff
path: root/dunst
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2020-12-03 12:39:51 +0000
committerShubham Saini <pryr@pryr.xyz>2020-12-03 12:39:51 +0000
commit0e4410594fbfd02b34776c83ea4ad6a39e21b871 (patch)
treef56b9d22e9c10e8dc94449f4ee738f27cf654427 /dunst
parent756721636ef05220700cfe775f73c3a23d0c7625 (diff)
fix res
Diffstat (limited to 'dunst')
-rwxr-xr-xdunst/.config/dunst/dunstrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
index 21b5612..60b6658 100755
--- a/dunst/.config/dunst/dunstrc
+++ b/dunst/.config/dunst/dunstrc
@@ -67,16 +67,16 @@
67 67
68# Set the background and foreground (text) color for all notifications 68# Set the background and foreground (text) color for all notifications
69[urgency_low] 69[urgency_low]
70background = "#000000" 70background = "#101010"
71foreground = "#eeffff" 71foreground = "#eeffff"
72timeout = 5 72timeout = 5
73 73
74[urgency_normal] 74[urgency_normal]
75background = "#000000" 75background = "#101010"
76foreground = "#eeffff" 76foreground = "#eeffff"
77timeout = 5 77timeout = 5
78 78
79[urgency_critical] 79[urgency_critical]
80background = "#000000" 80background = "#101010"
81foreground = "#eeffff" 81foreground = "#eeffff"
82timeout = 0 82timeout = 0