chore: tried swaync, but no worky
This commit is contained in:
parent
930d900881
commit
c17ff64749
3 changed files with 398 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
|||
### Display ###
|
||||
|
||||
# Which monitor should the notifications be displayed on.
|
||||
monitor = 2
|
||||
monitor = 2
|
||||
|
||||
# Display notification on focused monitor. Possible modes are:
|
||||
# mouse: follow mouse pointer
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
#
|
||||
# If this option is set to mouse or keyboard, the monitor option
|
||||
# will be ignored.
|
||||
follow = none
|
||||
follow = mouse
|
||||
|
||||
### Geometry ###
|
||||
|
||||
|
|
@ -27,13 +27,13 @@
|
|||
width = (0, 300)
|
||||
|
||||
# The maximum height of a single notification, excluding the frame.
|
||||
height = (0, 300)
|
||||
height = 300
|
||||
|
||||
# Position the notification in the top right corner
|
||||
origin = top-right
|
||||
|
||||
# Offset from the origin
|
||||
offset = 10x2
|
||||
offset = 10x10
|
||||
|
||||
# Scale factor. It is auto-detected if value is 0.
|
||||
scale = 0
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
frame_width = 3
|
||||
|
||||
# Defines color of the frame around the notification window.
|
||||
frame_color = "#0f0f17"
|
||||
frame_color = "#002684"
|
||||
|
||||
# Size of gap to display between notifications - requires a compositor.
|
||||
# If value is greater than 0, separator_height will be ignored and a border
|
||||
|
|
@ -310,7 +310,7 @@
|
|||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#222222F0"
|
||||
foreground = "#888888"
|
||||
frame_color = "0f0f17C8"
|
||||
frame_color = "#002684C8"
|
||||
timeout = 3
|
||||
# Icon for notifications with low urgency, uncomment to enable
|
||||
#default_icon = /path/to/icon
|
||||
|
|
@ -318,7 +318,7 @@
|
|||
[urgency_normal]
|
||||
background = "#222222F0"
|
||||
foreground = "#888888"
|
||||
frame_color = "0f0f17C8"
|
||||
frame_color = "#002684C8"
|
||||
timeout = 3
|
||||
# Icon for notifications with normal urgency, uncomment to enable
|
||||
#default_icon = /path/to/icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue