diff options
author | awy <awy@awy.one> | 2024-10-26 20:15:32 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-10-26 20:15:32 +0300 |
commit | 8b31d550cb536255247bc4e3263d34038b3e3218 (patch) | |
tree | 769271184f263f764b2da69754eb3ec4b5660635 /.config | |
parent | 8d75eeed6fa1e11e1e9251f134db5965c3b28f31 (diff) |
dunst
Diffstat (limited to '.config')
-rw-r--r-- | .config/dunst/dunstrc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index ee34c67..c62cc70 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -11,17 +11,17 @@ format = "<b>%s</b>\n%b" [urgency_low] - background = "#1d2021" - foreground = "#928374" + background = "#282828" + foreground = "#ebdbb2" timeout = 3 [urgency_normal] - foreground = "#f9e2af" - background = "#1e1e2e" + foreground = "#ebdbb2" + background = "#282828" timeout = 5 [urgency_critical] - background = "#1cc24d" + background = "#282828" foreground = "#ebdbb2" frame_color = "#fabd2f" timeout = 10 |