This commit is contained in:
ksyasuda
2022-01-23 02:30:01 -08:00
parent 5d4b7eee41
commit 57ec380340
12 changed files with 424 additions and 19 deletions

View File

@@ -34,7 +34,7 @@
origin = top-right
# Offset from the origin
offset = 22x54
offset = 14x48
# Scale factor. It is auto-detected if value is 0.
scale = 0
@@ -69,7 +69,8 @@
# The transparency of the window. Range: [0; 100].
# This option will only work if a compositing window manager is
# present (e.g. xcompmgr, compiz, etc.). (X11 only)
transparency = 0
# transparency = 0
transparency = 15;
# Draw a line of "separator_height" pixel height between two
# notifications.
@@ -87,7 +88,7 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 7
frame_width = 4
# Defines color of the frame around the notification window.
frame_color = "#aaaaaa"
@@ -300,18 +301,17 @@
#new_icon = /path/to/icon
[urgency_normal]
background = "#282c34"
foreground = "#b26cc6"
# frame_color = "#51afef"
background = "#24282f"
foreground = "#c678dd"
frame_color = "#98be65"
timeout = 5
# Icon for notifications with normal urgency, uncomment to enable
#new_icon = /path/to/icon
[urgency_critical]
background = "#900000"
background = "#ff6c6b"
foreground = "#ffffff"
frame_color = "#ff0000"
frame_color = "#900000"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#new_icon = /path/to/icon