66 lines
1.8 KiB
Text
66 lines
1.8 KiB
Text
#----------------------------------------------------------------------------------
|
|
# NOTE: The notifications set here are strictly shaped for a 1920x1080 display.
|
|
#
|
|
# Format parameters:
|
|
#
|
|
# %a - appname
|
|
# %s - summary
|
|
# %b - body
|
|
# %i - iconname (including its path)
|
|
# %I - iconname (without its path)
|
|
# %p - progress value if set ([ 0%] to [100%]) or nothing
|
|
#
|
|
# #font = JetBrains Mono Bold 9
|
|
# #font = Fantasque Sans Mono 10
|
|
#----------------------------------------------------------------------------------
|
|
|
|
[global]
|
|
font = Cascadia Code Bold 10
|
|
markup = yes
|
|
format = "<b>%s</b>\n%b"
|
|
sort = yes
|
|
indicate_hidden = no
|
|
alignment = center
|
|
bounce_freq = 0
|
|
show_age_threshold = -1
|
|
word_wrap = yes
|
|
ignore_newline = no
|
|
#geometry = "500x40-30+30"
|
|
shrink = no
|
|
transparency = 10
|
|
idle_threshold = 70
|
|
monitor = 0
|
|
follow = mouse
|
|
sticky_history = yes
|
|
history_length = 10
|
|
show_indicators = yes
|
|
line_height = 4
|
|
separator_height = 10
|
|
padding = 7
|
|
horizontal_padding = 0
|
|
separator_color = frame
|
|
startup_notification = false
|
|
|
|
[urgency_low]
|
|
# IMPORTANT: colors have to be defined in quotation marks.
|
|
# Otherwise the "#" and following would be interpreted as a comment.
|
|
background = "#1d1f21"
|
|
foreground = "#c5c8c6"
|
|
frame_color = "#a54242"
|
|
timeout = 5
|
|
# Icon for notifications with low urgency, uncomment to enable
|
|
#icon = /path/to/icon
|
|
|
|
[urgency_normal]
|
|
background = "#1d1f21"
|
|
foreground = "#c5c8c6"
|
|
frame_color = "#a54242"
|
|
timeout = 10
|
|
# Icon for notifications with normal urgency, uncomment to enable
|
|
#icon = /path/to/icon
|
|
|
|
[urgency_critical]
|
|
background = "#1d1f21"
|
|
foreground = "#c5c8c6"
|
|
frame_color = "#a54242"
|
|
timeout = 20
|