diff options
author | eug-vs <eug-vs@keemail.me> | 2021-05-05 23:02:30 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-05-05 23:02:30 +0300 |
commit | cb5148cee3d51fdd5f3e06adbfdfd956613653a8 (patch) | |
tree | 5ab2859baf77e10848dd7cf08a37aa3530558e9b /.config | |
parent | 573a024d66257c63f988f460ca7d75ab4a109cff (diff) | |
download | dotfiles-cb5148cee3d51fdd5f3e06adbfdfd956613653a8.tar.gz |
feat(dunst): use darker background
Diffstat (limited to '.config')
-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 07adb9e..3716934 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -32,17 +32,17 @@ context = ctrl+shift+period [urgency_low] - background = "#282828" + background = "#1d2021" foreground = "#ebdbb2" timeout = 5 [urgency_normal] - background = "#282828" + background = "#1d2021" foreground = "#ebdbb2" timeout = 20 [urgency_critical] - background = "#282828" + background = "#1d2021" foreground = "#ebdbb2" timeout = 0 |