From 07968adb81e9dde658f2f54d23795af876d44a8d Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Fri, 7 Feb 2025 23:45:03 -0500 Subject: refactor: change `icon_size` thresholds --- .config/dunst/dunstrc | 4 ++-- 1 file 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/ -- cgit v1.2.3