dunst changes
This commit is contained in:
parent
e70a772a4f
commit
0e3f6e782b
1 changed files with 27 additions and 13 deletions
|
@ -1,28 +1,42 @@
|
||||||
[global]
|
[global]
|
||||||
alignment = center
|
alignment = left
|
||||||
follow = keyboard
|
follow = keyboard
|
||||||
frame_width = 1
|
font = Roboto Mono for Powerline 11
|
||||||
geometry = 500x0-5+5
|
format = "<u><span foreground='#F7B2AE'>%s</span></u>\n%b"
|
||||||
padding = 5
|
|
||||||
font = Roboto Mono for Powerline 12
|
|
||||||
separator_color = "#383838"
|
|
||||||
frame_color = "#383838"
|
frame_color = "#383838"
|
||||||
word_wrap = true
|
geometry = 500x0-5+5
|
||||||
|
indicate_hidden = yes
|
||||||
|
ignore_newline = no
|
||||||
|
padding = 10
|
||||||
|
horizontal_padding = 10
|
||||||
|
progress_bar = true
|
||||||
|
separator_color = "#383838"
|
||||||
|
separator_height = 2
|
||||||
shrink = no
|
shrink = no
|
||||||
|
word_wrap = true
|
||||||
|
corner_radius = 2
|
||||||
|
frame_width = 3
|
||||||
|
|
||||||
|
icon_position = left
|
||||||
|
icon_folders = /usr/share/icons/gnome/32x32/actions
|
||||||
|
max_icon_size = 32
|
||||||
|
|
||||||
|
mouse_left_click = do_action, close_current
|
||||||
|
mouse_right_click = close_all
|
||||||
|
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
background = "#282865"
|
background = "#101423"
|
||||||
foreground = "#adadad"
|
foreground = "#EEFFFF"
|
||||||
timeout = 5
|
timeout = 5
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#282865"
|
background = "#101423"
|
||||||
foreground = "#dfdfdf"
|
foreground = "#EEFFFF"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#282865"
|
background = "#101423"
|
||||||
foreground = "#dc7d17"
|
foreground = "#EEFFFF"
|
||||||
timeout = 0
|
timeout = 0
|
||||||
|
|
||||||
[shortcuts]
|
[shortcuts]
|
||||||
|
|
Loading…
Reference in a new issue