diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-12-24 23:15:06 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-12-24 23:15:06 +0100 |
commit | 1eed40cff2eab4ed371b7ec98de79b18af085690 (patch) | |
tree | 1f4404581d1fb3f3913935a39982dd530ef2ddd1 /.config/dunst/dunstrc | |
parent | 92750ff52f6df270b9c8a2d3068c7e0ff3374265 (diff) |
Colorscheme dunst, update mailbox script
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r-- | .config/dunst/dunstrc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index d03af62..73e1fc7 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,27 +1,27 @@ [global] monitor = 0 follow = keyboard - width = 370 - height = 350 + width = 256 + height = 192 offset = 0x19 - padding = 2 - horizontal_padding = 2 + padding = 1 + horizontal_padding = 1 transparency = 25 - font = Monospace 12 + font = Monospace 9 format = "<b>%s</b>\n%b" [urgency_low] - background = "#1d2021" - foreground = "#928374" + background = "#202020" + foreground = "#D0D0D0" timeout = 3 [urgency_normal] - foreground = "#ebdbb2" - background = "#458588" + foreground = "#F2F6F3" + background = "#202020" timeout = 5 [urgency_critical] - background = "#1cc24d" + background = "#202020" foreground = "#ebdbb2" - frame_color = "#fabd2f" + frame_color = "#AC4142" timeout = 10 |