Skip to content

Commit a2358cd

Browse files

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.dunst/dunstrc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
monitor = 0
33
follow = mouse
44
width = 320
5-
height = 320
5+
height = (0, 320)
66
origin = top-right
7-
offset = 15x15
7+
offset = (15, 15)
88
scale = 0
99
notification_limit = 0
1010
progress_bar = false
@@ -50,17 +50,19 @@
5050
background = "#232323"
5151
foreground = "#a8a8a8"
5252
timeout = 10
53+
default_icon = dialog-information
5354

5455
[urgency_normal]
5556
background = "#232323"
5657
foreground = "#a8a8a8"
5758
timeout = 10
5859
override_pause_level = 30
60+
default_icon = dialog-information
5961

6062
[urgency_critical]
6163
background = "#d64e4e"
6264
foreground = "#f0e0e0"
6365
frame_color = "#d64e4e"
6466
timeout = 0
6567
override_pause_level = 60
66-
default_icon = /usr/share/icons/Paper/16x16/status/dialog-warning.png
68+
default_icon = dialog-warning

0 commit comments

Comments
 (0)