Updated config
This commit is contained in:
parent
986bba1f90
commit
5d229acdca
10 changed files with 71 additions and 33 deletions
25
.config/dunst/dunstrc
Normal file
25
.config/dunst/dunstrc
Normal file
|
@ -0,0 +1,25 @@
|
|||
[global]
|
||||
font = Ubuntu Nerd Font 10
|
||||
corner_radius = 10
|
||||
follow = mouse
|
||||
origin = top-center
|
||||
offset = 0x0
|
||||
frame_width = 1
|
||||
frame_color = "#232323"
|
||||
format = "<big>%s</big>\n<span color='#ffffff7f'>%b</span>"
|
||||
|
||||
[urgency_low]
|
||||
background = "#232323"
|
||||
foreground = "#ffffff"
|
||||
timeout = 10
|
||||
|
||||
[urgency_normal]
|
||||
background = "#232323"
|
||||
foreground = "#ffffff"
|
||||
timeout = 10
|
||||
|
||||
[urgency_critical]
|
||||
background = "#d64e4e"
|
||||
foreground = "#f0e0e0"
|
||||
frame_color = "#d64e4e"
|
||||
timeout = 0
|
Loading…
Add table
Add a link
Reference in a new issue