Update 2023-03-28 18:19 OpenBSD/amd64
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
# dynamic width from 0 to 300
|
||||
# width = (0, 300)
|
||||
# constant width of 300
|
||||
width = 400
|
||||
width = 200
|
||||
# The maximum height of a single notification, excluding the frame.
|
||||
height = 400
|
||||
height = 200
|
||||
# Position the notification in the top right corner
|
||||
origin = top-right
|
||||
# Offset from the origin
|
||||
offset = 25x50
|
||||
offset = 12x25
|
||||
# Scale factor. It is auto-detected if value is 0.
|
||||
scale = 0
|
||||
|
||||
@@ -19,9 +19,9 @@
|
||||
progress_bar = false
|
||||
|
||||
# Padding between text and separator.
|
||||
padding = 8
|
||||
horizontal_padding = 8
|
||||
frame_width = 2
|
||||
padding = 2
|
||||
horizontal_padding = 2
|
||||
frame_width = 1
|
||||
|
||||
# Defines color of the frame around the notification window.
|
||||
frame_color = "#333"
|
||||
@@ -32,9 +32,8 @@
|
||||
sort = yes
|
||||
|
||||
### Text ###
|
||||
|
||||
font = FuraCodeNerdFont-8
|
||||
line_height = 2
|
||||
font = "FuraCodeNerdFont 8"
|
||||
line_height = 1
|
||||
markup = no
|
||||
|
||||
# The format of the message. Possible variables are:
|
||||
|
||||
Reference in New Issue
Block a user