This commit is contained in:
2026-07-29 16:45:19 +02:00
parent 10cc9e5c71
commit 49abca4710
20 changed files with 258 additions and 644 deletions

View File

@@ -17,7 +17,7 @@
#
# If this option is set to mouse or keyboard, the monitor option
# will be ignored.
follow = none
follow = mouse
### Geometry ###
@@ -136,7 +136,7 @@
### Text ###
font = Monospace 8
font = Inter 8
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@@ -214,9 +214,9 @@
enable_recursive_icon_lookup = true
# Set icon theme (only used for recursive icon lookup)
icon_theme = breeze
icon_theme = Papirus
# You can also set multiple icon themes, with the leftmost one being used first.
# icon_theme = "Adwaita, breeze"
#icon_theme = "Adwaita, breeze"
# Align icons left/right/top/off
icon_position = left
@@ -224,13 +224,14 @@
# Scale small icons up to this size, set to 0 to disable. Helpful
# for e.g. small files or high-dpi screens. In case of conflict,
# max_icon_size takes precedence over this.
min_icon_size = 32
min_icon_size = 24
# Scale larger icons down to this size, set to 0 to disable
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/
#icon_path = /usr/share/icons/breeze-dark/actions/:/usr/share/icons/breeze-dark/emblems/:/usr/share/icons/breeze-dark/animations/:/usr/share/icons/breeze-dark/emotes/:/usr/share/icons/breeze-dark/applets/:/usr/share/icons/breeze-dark/mimetypes/:/usr/share/icons/breeze-dark/apps/:/usr/share/icons/breeze-dark/places/:/usr/share/icons/breeze-dark/categories/:/usr/share/icons/breeze-dark/preferences/:/usr/share/icons/breeze-dark/devices/:/usr/share/icons/breeze-dark/status/
### History ###