1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
[urgency_low]
background = "#222222"
foreground = "#888888"
timeout = 10
[urgency_normal]
background = "#285577"
foreground = "#ffffff"
timeout = 10
default_icon = dialog-information
[urgency_critical]
background = "#900000"
foreground = "#ffffff"
timeout = 0
default_icon = dialog-information
[hide]
category = .*hide.*
hide_text = yes
[icon-left]
category = .*icon-left.*
icon_position = left
[icon-off]
category = .*icon-off.*
icon_position = off
[icon-right]
category = .*icon-right.*
icon_position = right
[icon-top]
category = .*icon-top.*
icon_position = top
[alignment-left]
category = .*alignment-left.*
alignment = left
[alignment-right]
category = .*alignment-right.*
alignment = right
[alignment-center]
category = .*alignment-center.*
alignment = center
[global]
icon_path = /usr/share/icons/Papirus/24x24/status/:/usr/share/icons/Papirus/24x24/devices/:/usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
enable_posix_regex = yes
# can be appended by script
|