From ad3a01df50c500eeab55e63c2eb4f37bb756382f Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 15 Aug 2026 09:31:49 +0100 Subject: Changed border thickness and color to resemble my cow theme. --- .config/dunst/dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config') 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 -- cgit v1.3