summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-03-25 07:47:22 +0000
committerShubham Saini <shubham6405@gmail.com>2020-03-25 07:47:22 +0000
commit75de3d49f5d628881e63d6918a7900cb614d52ec (patch)
tree608c1949bda2c01baabd823a36d7663b3d0443e5
parent032635bebf3d07c70592f5e0d4324133443a88e5 (diff)
dunst
-rw-r--r--dunst/.config/dunst/dunstrc14
1 files changed, 7 insertions, 7 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
index 02791e5..4cf3972 100644
--- a/dunst/.config/dunst/dunstrc
+++ b/dunst/.config/dunst/dunstrc
@@ -5,7 +5,7 @@
5 follow = keyboard 5 follow = keyboard
6 indicate_hidden = yes 6 indicate_hidden = yes
7 shrink = yes 7 shrink = yes
8 transparency = 10 8 transparency = 0
9 notification_height = 0 9 notification_height = 0
10 # Show multiple notifications in the same box 10 # Show multiple notifications in the same box
11 separator_height = 2 11 separator_height = 2
@@ -19,15 +19,15 @@
19 horizontal_padding = 14 19 horizontal_padding = 14
20 20
21 # The frame color and width of the notification 21 # The frame color and width of the notification
22 frame_color = "#0f161f" 22 frame_color = "#000000"
23 frame_width = 2 23 frame_width = 5
24 line_height = 0 24 line_height = 0
25 25
26 # How long a user needs to be idle for sticky notifications 26 # How long a user needs to be idle for sticky notifications
27 idle_threshold = 120 27 idle_threshold = 120
28 28
29 # Font and typography settings 29 # Font and typography settings
30 icon_path = /usr/share/icons/Papirus/48x48/status/:/usr/share/icons/Papirus/48x48/devices/:/usr/share/icons/Papirus/48x48/apps 30 icon_path = /usr/share/icons/Adwaita/48x48/status/:/usr/share/icons/Adwaita/48x48/devices/:/usr/share/icons/Adwaita/48x48/apps
31 font = Hermit 10 31 font = Hermit 10
32 alignment = center 32 alignment = center
33 show_age_threshold = 60 33 show_age_threshold = 60
@@ -73,12 +73,12 @@ timeout = 5
73 73
74[urgency_normal] 74[urgency_normal]
75background = "#0c0d0d" 75background = "#0c0d0d"
76foreground = "#839496" 76foreground = "#c6c8d1"
77timeout = 5 77timeout = 5
78 78
79[urgency_critical] 79[urgency_critical]
80background = "#09090d" 80background = "#ffffff"
81foreground = "#8c5780" 81foreground = "#000000"
82timeout = 0 82timeout = 0
83# vim:ft=cfg 83# vim:ft=cfg
84 84