diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2024-11-21 02:04:18 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2024-11-21 02:04:18 +0300 |
commit | 836548f6af52d121f3d4d90b623337129f0e9a9e (patch) | |
tree | f244af49e824803854700936a93f3fb5247c9efc | |
parent | ca2d2dc9063c4d5ed40896b6e6461fa2970bd844 (diff) |
dunstrc fixes
-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" |