diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-15 09:31:49 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-15 09:31:49 +0100 |
| commit | ad3a01df50c500eeab55e63c2eb4f37bb756382f (patch) | |
| tree | b89def28192abf6efe8bab1d1b16291e0afe2acb /.config/dunst/dunstrc | |
| parent | 09e4de52c156d0a473492e868a8cd649ac8bb204 (diff) | |
Changed border thickness and color to resemble my cow theme.
Diffstat (limited to '.config/dunst/dunstrc')
| -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 |
