make dunst a bit prettier
This commit is contained in:
parent
38b11409d4
commit
a2ccb0cb32
|
@ -4,13 +4,15 @@
|
||||||
width = 370
|
width = 370
|
||||||
height = 370
|
height = 370
|
||||||
offset = 0x19
|
offset = 0x19
|
||||||
padding = 1
|
|
||||||
horizontal_padding = 1
|
|
||||||
transparency = 10
|
transparency = 10
|
||||||
font = Monospace 12
|
font = Monospace 12
|
||||||
format = "<b>%s</b>\n%b"
|
format = "<b>%s</b>\n%b"
|
||||||
frame_width = 2
|
frame_width = 2
|
||||||
frame_color = "#383c4a"
|
frame_color = "#383c4a"
|
||||||
|
progress_bar_corner_radius = 5
|
||||||
|
line_height = 2
|
||||||
|
icon_position = off
|
||||||
|
|
||||||
|
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
background = "#1a1b26"
|
background = "#1a1b26"
|
||||||
|
@ -18,12 +20,13 @@
|
||||||
timeout = 3
|
timeout = 3
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
|
frame_color = "#7aa2f7"
|
||||||
background = "#1a1b26"
|
background = "#1a1b26"
|
||||||
foreground = "#7aa2f7"
|
foreground = "#c0caf5"
|
||||||
timeout = 5
|
timeout = 5
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#1a1b26"
|
background = "#1a1b26"
|
||||||
foreground = "#7aa2f7"
|
foreground = "#ff768e"
|
||||||
frame_color = "#ff768e"
|
frame_color = "#ff768e"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
|
|
Loading…
Reference in New Issue