From 42124b36df83ff615c65e3f93d8e74f2b5ec9ba7 Mon Sep 17 00:00:00 2001 From: krolxon Date: Sun, 19 Oct 2025 13:45:54 +0530 Subject: pywal: add templates --- .config/wal/templates/colors-fuzzel.ini | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .config/wal/templates/colors-fuzzel.ini (limited to '.config/wal/templates/colors-fuzzel.ini') diff --git a/.config/wal/templates/colors-fuzzel.ini b/.config/wal/templates/colors-fuzzel.ini new file mode 100644 index 0000000..356c733 --- /dev/null +++ b/.config/wal/templates/colors-fuzzel.ini @@ -0,0 +1,28 @@ +[main] +dpi-aware=no +lines=10 +filter-desktop=yes +icon-theme=Papirus-Dark +font=Fira Code:size=12 +terminal=foot -e +list-executables-in-path=yes +password-character=* +width=80 +horizontal-pad=10 +vertical-pad=10 +inner-pad=5 + +[colors] +background={background.strip}dd +prompt={foreground.strip}ff +text={foreground.strip}ff +placeholder={foreground.strip}ff +input={foreground.strip}ff +match={foreground.strip}ff +selection={color1.strip}ff +selection-text={background.strip}ff +selection-match={foreground.strip}ff +border={color1.strip}ff + +[key-bindings] +execute-input=Control+Return Shift+KP_Enter -- cgit v1.2.3