dotfiles

config files and scripts
git clone git://git.hanetzok.net/dotfiles
Log | Files | Refs

commit dea49d996f62d94e1dec8e4c107d00b75b6d32fd
parent aaf68eb6f2c8cd6f0cdde9518d54e1f5cb276702
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Sun, 12 Jan 2025 23:20:18 +0100

add dunstrc

Diffstat:
A.config/dunst/dunstrc | 25+++++++++++++++++++++++++
1 file changed, 25 insertions(+), 0 deletions(-)

diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc @@ -0,0 +1,25 @@ +[global] + monitor = 0 + follow = keyboard + offset = 0x19 + padding = 2 + horizontal_padding = 2 + transparency = 10 + font = Monospace 12 + format = "<b>%s</b>\n%b" + +[urgency_low] + background = "#282828" + foreground = "#ffffff" + timeout = 3 + +[urgency_normal] + foreground = "#ffffff" + background = "#0000ff" + timeout = 5 + +[urgency_critical] + background = "#ff0000" + foreground = "#ffffff" + frame_color = "#000000" + timeout = 10