dotfiles

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

commit 8300c85e8afb329a6f028d08185a526e92859b9a
parent 90ee34ef98e3b29afef09f9e9611ed8bb38e78f8
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Sun,  5 Oct 2025 22:29:50 +0200

add dunst config

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

diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc @@ -0,0 +1,34 @@ +[global] + monitor = 0 + follow = keyboard + width = 370 + height = (0, 350) + origin = top-center + offset = (0, 19) + padding = 2 + horizontal_padding = 10 + transparency = 25 + font = Monospace 12 + format = "<b>%s</b>\n%b" + frame_color = "#282a36" + separator_color = frame + + +[urgency_low] + background = "#282a36" + foreground = "#6272a4" + timeout = 10 + +[urgency_normal] + background = "#282a36" + foreground = "#bd93f9" + timeout = 10 + +[urgency_critical] + background = "#ff5555" + foreground = "#f8f8f2" + frame_color = "#ff5555" + timeout = 0 + +# vim: ft=cfg +