add stuff

This commit is contained in:
ksyasuda
2021-11-15 22:27:14 -08:00
parent 333aae4b14
commit 72427eda90
4 changed files with 66 additions and 10 deletions

View File

@@ -24,16 +24,17 @@
# dynamic width from 0 to 300
# width = (0, 300)
# constant width of 300
width = 300
width = 0
# The maximum height of a single notification, excluding the frame.
height = 300
# height = 300
height = 500
# Position the notification in the top right corner
origin = top-right
# Offset from the origin
offset = 30x56
offset = 22x54
# Scale factor. It is auto-detected if value is 0.
scale = 0
@@ -68,7 +69,7 @@
# 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 = 10
transparency = 0
# Draw a line of "separator_height" pixel height between two
# notifications.
@@ -86,7 +87,7 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 6
frame_width = 7
# Defines color of the frame around the notification window.
frame_color = "#aaaaaa"