diff options
| author | bh <qn+git@epicurus.dev> | 2026-03-31 14:17:35 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-03-31 14:17:35 +0800 |
| commit | 5feaa115d7dda11d145c0f74c1ad6b6c6b786ffe (patch) | |
| tree | 201513452fdadc4158f57289e7eadd3e6b10fc3c /dunst/.config | |
| parent | d9945616c4e2783f06157501e0a9844c1e5cfc0b (diff) | |
Change border colour for rofi and dunst
Diffstat (limited to 'dunst/.config')
| -rw-r--r-- | dunst/.config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 6ae4350..4e4cb0f 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -40,7 +40,7 @@ text_icon_padding = 0 # frame_width = 2 frame_width = 1 - frame_color = "#8affff" # default frame color + frame_color = "#19e0e0" # default frame color separator_color = auto sort = yes idle_threshold = 0 @@ -106,7 +106,7 @@ [urgency_normal] background = "#00363699" foreground = "#8affff" - frame_color = "#8affff" + frame_color = "#19e0e0" timeout = 5 # icon = /usr/share/icons/Qogir/16/emblems/emblem-question.svg |
