init
This commit is contained in:
Executable
+48
@@ -0,0 +1,48 @@
|
||||
[global]
|
||||
# Basic settings
|
||||
font = Fira Code 10
|
||||
geometry = "300x100-10+55" # 10px from right edge, 55px from top
|
||||
separator_height = 2
|
||||
frame_width = 4
|
||||
#corner_radius = 8
|
||||
grow_direction = up
|
||||
|
||||
[urgency_low]
|
||||
background = "#222222" # normbgcolor
|
||||
foreground = "#bbbbbb" # normfgcolor
|
||||
frame_color = "#444444" # normbordercolor
|
||||
timeout = 5
|
||||
icon_position = left
|
||||
|
||||
[urgency_normal]
|
||||
background = "#DB940A" # selbgcolor wine red yay!
|
||||
foreground = "#eeeeee" # selfgcolor bright text
|
||||
frame_color = "#DB940A" # selbordercolor same wine red frame
|
||||
timeout = 8
|
||||
icon_position = left
|
||||
|
||||
[urgency_critical]
|
||||
background = "#DB940A" # slightly brighter wine red for critical
|
||||
foreground = "#eeeeee"
|
||||
frame_color = "#DB940A"
|
||||
timeout = 0 # stays until dismissed
|
||||
icon_position = left
|
||||
|
||||
[frame]
|
||||
# subtle shadow for modern look
|
||||
shadow = false
|
||||
shadow_offset_x = -5
|
||||
shadow_offset_y = -5
|
||||
#shadow_radius = 12
|
||||
shadow_opacity = 0.7
|
||||
shadow_color = "#000000"
|
||||
|
||||
[format]
|
||||
# tweak layout to be modern and clean
|
||||
title = "%s"
|
||||
body = "%s"
|
||||
|
||||
[mouse]
|
||||
# allow click to close
|
||||
close_on_click = true
|
||||
|
||||
Reference in New Issue
Block a user