tweaked a couple things
This commit is contained in:
parent
914e9afe56
commit
b70af27bfa
3 changed files with 6 additions and 5 deletions
|
@ -27,13 +27,13 @@
|
|||
width = 500
|
||||
|
||||
# The maximum height of a single notification, excluding the frame.
|
||||
height = 300
|
||||
height = (0, 300)
|
||||
|
||||
# Position the notification in the top right corner
|
||||
origin = top-right
|
||||
|
||||
# Offset from the origin
|
||||
offset = 25x25
|
||||
offset = (25, 25)
|
||||
|
||||
# Scale factor. It is auto-detected if value is 0.
|
||||
scale = 0
|
||||
|
@ -61,7 +61,7 @@
|
|||
progress_bar_max_width = 300
|
||||
|
||||
# Corner radius for the progress bar. 0 disables rounded corners.
|
||||
progress_bar_corner_radius = 15
|
||||
progress_bar_corner_radius = 5
|
||||
|
||||
# Define which corners to round when drawing the progress bar. If progress_bar_corner_radius
|
||||
# is set to 0 this option will be ignored.
|
||||
|
@ -230,7 +230,7 @@
|
|||
max_icon_size = 128
|
||||
|
||||
# Paths to default icons (only necessary when not using recursive icon lookup)
|
||||
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
||||
#icon_path = /usr/share/icons/Papirus/16x16/status/:/usr/share/icons/Papirus/16x16/devices/
|
||||
|
||||
### History ###
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue