diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-12-19 15:59:31 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-12-19 15:59:31 +0100 |
commit | ec82e0f8cc3f9b451c1ce63a948034c6bb2b5bd2 (patch) | |
tree | dd2e478794447b384df3217e1d40ed5133a18406 /.config/dunst | |
parent | 4da58f343e06cfb6c0fb8825676d0dab91b4efe8 (diff) |
Add dunst config
Diffstat (limited to '.config/dunst')
-rw-r--r-- | .config/dunst/dunstrc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..d03af62 --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,27 @@ +[global] + monitor = 0 + follow = keyboard + width = 370 + height = 350 + offset = 0x19 + padding = 2 + horizontal_padding = 2 + transparency = 25 + font = Monospace 12 + format = "<b>%s</b>\n%b" + +[urgency_low] + background = "#1d2021" + foreground = "#928374" + timeout = 3 + +[urgency_normal] + foreground = "#ebdbb2" + background = "#458588" + timeout = 5 + +[urgency_critical] + background = "#1cc24d" + foreground = "#ebdbb2" + frame_color = "#fabd2f" + timeout = 10 |