refactor(configs): remake some of my configs
This commit is contained in:
parent
711aa9dc0e
commit
24c925ecaf
6 changed files with 26 additions and 32 deletions
|
@ -38,7 +38,7 @@
|
|||
# Position the notification in the top right corner
|
||||
origin = top-right
|
||||
|
||||
offset = (10, 10)
|
||||
offset = (9, 9)
|
||||
|
||||
# Scale factor. It is auto-detected if value is 0.
|
||||
scale = 0
|
||||
|
@ -92,20 +92,20 @@
|
|||
# notifications.
|
||||
# Set to 0 to disable.
|
||||
# If gap_size is greater than 0, this setting will be ignored.
|
||||
separator_height = 2
|
||||
separator_height = 0
|
||||
|
||||
# Padding between text and separator.
|
||||
padding = 8
|
||||
padding = 4
|
||||
|
||||
# Horizontal padding.
|
||||
horizontal_padding = 8
|
||||
horizontal_padding = 4
|
||||
|
||||
# Padding between text and icon.
|
||||
text_icon_padding = 0
|
||||
|
||||
# Defines width in pixels of frame around the notification window.
|
||||
# Set to 0 to disable.
|
||||
frame_width = 3
|
||||
frame_width = 1
|
||||
|
||||
# Defines color of the frame around the notification window.
|
||||
frame_color = "#e5e9f0"
|
||||
|
@ -114,7 +114,7 @@
|
|||
# If value is greater than 0, separator_height will be ignored and a border
|
||||
# of size frame_width will be drawn around each notification instead.
|
||||
# Click events on gaps do not currently propagate to applications below.
|
||||
gap_size = 0
|
||||
gap_size = 4
|
||||
|
||||
# Define a color for the separator.
|
||||
# possible values are:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue