diff options
| author | kj-sh604 | 2025-02-07 23:45:03 -0500 |
|---|---|---|
| committer | kj-sh604 | 2025-02-07 23:45:03 -0500 |
| commit | 07968adb81e9dde658f2f54d23795af876d44a8d (patch) | |
| tree | 2de5364e71e5db1f9072efbf65c76f07583732ee /.config/dunst | |
| parent | c1bf9bc1fb9d274568c757a2dc7e51f8efa0ae2a (diff) | |
refactor: change `icon_size` thresholds
Diffstat (limited to '.config/dunst')
| -rw-r--r-- | .config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 0ecc83c..9826825 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -235,10 +235,10 @@ # 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 = 16 # Scale larger icons down to this size, set to 0 to disable - max_icon_size = 48 + max_icon_size = 32 # Paths to default icons (only neccesary when not using recursive icon lookup) icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ |
