1
0
Fork 0

make dunst a bit prettier

This commit is contained in:
Luca Bilke 2023-02-06 19:45:47 +01:00
parent 38b11409d4
commit a2ccb0cb32
1 changed files with 7 additions and 4 deletions

View File

@ -4,13 +4,15 @@
width = 370
height = 370
offset = 0x19
padding = 1
horizontal_padding = 1
transparency = 10
font = Monospace 12
format = "<b>%s</b>\n%b"
frame_width = 2
frame_color = "#383c4a"
progress_bar_corner_radius = 5
line_height = 2
icon_position = off
[urgency_low]
background = "#1a1b26"
@ -18,12 +20,13 @@
timeout = 3
[urgency_normal]
frame_color = "#7aa2f7"
background = "#1a1b26"
foreground = "#7aa2f7"
foreground = "#c0caf5"
timeout = 5
[urgency_critical]
background = "#1a1b26"
foreground = "#7aa2f7"
foreground = "#ff768e"
frame_color = "#ff768e"
timeout = 10