From 9d11eefc53441e1f5688545b4b827f7c8dd5090d Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Sun, 23 Aug 2026 19:31:22 +0700 Subject: reorganize directories, so everything in .config --- .config/wallust/templates/mako | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .config/wallust/templates/mako (limited to '.config/wallust/templates/mako') diff --git a/.config/wallust/templates/mako b/.config/wallust/templates/mako new file mode 100644 index 0000000..390b1c1 --- /dev/null +++ b/.config/wallust/templates/mako @@ -0,0 +1,19 @@ +# Generated by wallust from your system color scheme. Do not edit by hand. +# Source of truth: wallust/.config/wallust/templates/mako + +background-color={{background}} +text-color={{foreground}} +border-color={{color4}} +progress-color=over {{color6}} + +[urgency=low] +border-color={{color4}} + +[urgency=normal] +border-color={{color4}} + +[urgency=critical] +background-color={{color1}} +text-color={{foreground}} +border-color={{color1}} +progress-color=over {{color1}} -- cgit v1.2.3