Update 2024-12-21

This commit is contained in:
2024-12-21 19:33:54 +02:00
parent 9e0be0285a
commit 56d085310f
32 changed files with 210 additions and 137 deletions

View File

@@ -22,18 +22,18 @@
### Geometry ###
# dynamic width from 0 to 300
width = (0, 300)
width = 400
# constant width of 300
# width = 300
# The maximum height of a single notification, excluding the frame.
height = 300
height = 200
# Position the notification in the top right corner
origin = top-right
# Offset from the origin
offset = 5x25
offset = (5, 5)
# Scale factor. It is auto-detected if value is 0.
scale = 0
@@ -55,13 +55,13 @@
progress_bar_frame_width = 1
# Set the minimum width for the progress bar
progress_bar_min_width = 150
progress_bar_min_width = 380
# Set the maximum width for the progress bar
progress_bar_max_width = 300
progress_bar_max_width = 380
# Corner radius for the progress bar. 0 disables rounded corners.
progress_bar_corner_radius = 0
progress_bar_corner_radius = 2
# Corner radius for the icon image.
icon_corner_radius = 0
@@ -85,7 +85,7 @@
padding = 10
# Horizontal padding.
horizontal_padding = 10
horizontal_padding = 5
# Padding between text and icon.
text_icon_padding = 0
@@ -208,7 +208,7 @@
enable_recursive_icon_lookup = true
# Set icon theme (only used for recursive icon lookup)
icon_theme = Papirus
icon_theme = "rose-pine-icons"
# You can also set multiple icon themes, with the leftmost one being used first.
# icon_theme = "Adwaita, breeze"