This commit is contained in:
vibikim 2020-08-13 13:58:36 +03:00
parent 683206b466
commit e60eabb88c
5 changed files with 45 additions and 27 deletions

View file

@ -85,7 +85,7 @@
idle_threshold = 120
### Text ###
font = JetBrains Mono Medium 10
font = Terminus 10
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@ -278,14 +278,14 @@
foreground = "#ffffff"
timeout = 5
# Icon for notifications with low urgency, uncomment to enable
icon = /home/brodie/.config/dunst/normal.png
icon = ~/.config/dunst/normal.png
[urgency_normal]
background = "#2b2b2b"
foreground = "#ffffff"
timeout = 5
# Icon for notifications with normal urgency, uncomment to enable
icon = /home/brodie/.config/dunst/normal.png
icon = ~/.config/dunst/normal.png
[urgency_critical]
background = "#900000"
@ -293,7 +293,7 @@
frame_color = "#ff0000"
timeout = 5
# Icon for notifications with critical urgency, uncomment to enable
icon = /home/brodie/.config/dunst/critical.png
icon = ~/.config/dunst/critical.png
# Every section that isn't one of the above is interpreted as a rules to
# override settings for certain messages.