diff options
| -rw-r--r-- | .config/dunst/dunstrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 3cafdd3..3000424 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -41,7 +41,7 @@ # Offset from the origin # NOTE: Dunst from version 1.11 and older use this alternative notation # offset = 10x50 - offset = (10, 10) + offset = (10, 55) # Scale factor. It is auto-detected if value is 0. scale = 0 @@ -108,10 +108,10 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 2 + frame_width = 3 # Defines color of the frame around the notification window. - frame_color = "#b8bb26" + frame_color = "#63928dff" # Size of gap to display between notifications - requires a compositor. # If value is greater than 0, separator_height will be ignored and a border |
