Add dunst config
This commit is contained in:
40
.config/dunst/dunstrc
Normal file
40
.config/dunst/dunstrc
Normal file
@@ -0,0 +1,40 @@
|
||||
[global]
|
||||
geometry = "0x5-50+50"
|
||||
transparency = 20
|
||||
|
||||
padding = 4
|
||||
horizontal_padding = 4
|
||||
frame_width = 2
|
||||
frame_color = "#aaaaaa"
|
||||
alignment = center
|
||||
font = DejaVu Sans Mono 9
|
||||
|
||||
sort = no
|
||||
markup = no
|
||||
|
||||
idle_threshold = no
|
||||
show_age_threshold = -1
|
||||
history_length = 0
|
||||
|
||||
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
||||
|
||||
|
||||
indicate_hidden = no
|
||||
stack_duplicates = false
|
||||
hide_duplicate_count = true
|
||||
|
||||
[urgency_low]
|
||||
background = "#282A36"
|
||||
foreground = "#F8F8F2"
|
||||
timeout = 10
|
||||
|
||||
[urgency_normal]
|
||||
background = "#282A36"
|
||||
foreground = "#F8F8F2"
|
||||
timeout = 10
|
||||
|
||||
[urgency_critical]
|
||||
background = "#282A36"
|
||||
foreground = "#F8F8F2"
|
||||
frame_color = "#ff0000"
|
||||
timeout = 0
|
||||
Reference in New Issue
Block a user