diff options
-rw-r--r-- | .config/dunst/dunstrc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index e1f3989..a142c27 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -4,8 +4,8 @@ width = 300 height = 300 origin = top-right - offset = 0x0 - frame_width = 3 + offset = 15x35 + frame_width = 2 frame_color = "#00aa55" corner_radius = 15 gap_size = 10 @@ -15,10 +15,10 @@ alignment = center vertical_alignment = center show_indicators = no - default_icon = ~/.local/share/icons/bell.png - icon_position = left - min_icon_size = 32 - max_icon_size = 48 + # default_icon = ~/.local/share/icons/bell.png + # icon_position = left + # min_icon_size = 32 + # max_icon_size = 48 [urgency_low] background = "#222222" |