diff options
| -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/ |
