diff options
Diffstat (limited to '.config/dunst/base')
| -rw-r--r-- | .config/dunst/base | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/dunst/base b/.config/dunst/base index 7a33849..a1f26d8 100644 --- a/.config/dunst/base +++ b/.config/dunst/base @@ -9,13 +9,13 @@ indicate_hidden = yes shrink = no transparency = 0 separator_height = 2 -padding = 16 -horizontal_padding = 16 +padding = 12 +horizontal_padding = 12 frame_width = 2 separator_color = frame sort = yes idle_threshold = 10 -font = Inter 11 +font = Inter 9 line_height = 0 markup = full format = "<b>%s</b>\n%b" @@ -30,7 +30,7 @@ hide_duplicate_count = false show_indicators = yes icon_position = left min_icon_size = 0 -max_icon_size = 68 +max_icon_size = 48 icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ sticky_history = yes history_length = 20 @@ -38,7 +38,7 @@ browser = /usr/bin/firefox -new-tab always_run_script = true title = dunst class = dunst -corner_radius = 10 +corner_radius = 14 ignore_dbusclose = false force_xinerama = false mouse_left_click = do_action |