first commit
This commit is contained in:
25
profiles/desktop/.config/dunst/dunstrc
Normal file
25
profiles/desktop/.config/dunst/dunstrc
Normal file
@@ -0,0 +1,25 @@
|
||||
[global]
|
||||
font = Hack Nerd Font 12
|
||||
enable_recursive_icon_lookup = true
|
||||
icon_theme = "Numix-Circle"
|
||||
width = 550
|
||||
offset = 10x10
|
||||
gap_size = 5
|
||||
|
||||
[urgency_low]
|
||||
background = "#066d01"
|
||||
foreground = "#eeeeee"
|
||||
frame_color = "#044201"
|
||||
timeout = 5
|
||||
|
||||
[urgency_normal]
|
||||
background = "#066d01"
|
||||
foreground = "#eeeeee"
|
||||
frame_color = "#044201"
|
||||
timeout = 10
|
||||
|
||||
[urgency_critical]
|
||||
background = "#6d0a01"
|
||||
foreground = "#eeeeee"
|
||||
frame_color = "#420601"
|
||||
timeout = 20
|
||||
Reference in New Issue
Block a user