dunst theme selector
This commit is contained in:
parent
867117f297
commit
7aea1d23b3
3 changed files with 41 additions and 16 deletions
18
.config/dunst/template
Normal file
18
.config/dunst/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
[global]
|
||||
frame_color = "${fg}"
|
||||
background = "${bg}"
|
||||
foreground = "${fg}"
|
||||
separator_color= frame
|
||||
width = (200,370)
|
||||
height = 350
|
||||
font = Roboto Mono Nerd Font 9
|
||||
|
||||
[urgency_low]
|
||||
timeout = 3
|
||||
|
||||
[urgency_normal]
|
||||
timeout = 5
|
||||
|
||||
[urgency_critical]
|
||||
frame_color = "${color1}"
|
||||
timeout = 10
|
Loading…
Add table
Add a link
Reference in a new issue