diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-10-19 13:45:54 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-10-19 13:45:54 +0530 |
| commit | 42124b36df83ff615c65e3f93d8e74f2b5ec9ba7 (patch) | |
| tree | 06c813dc165ad22451f2a4218140df74a98c2960 /.config/wal/templates/colors-fuzzel.ini | |
| parent | 830aedef682508df018f64d3364b630409864479 (diff) | |
pywal: add templates
Diffstat (limited to '.config/wal/templates/colors-fuzzel.ini')
| -rw-r--r-- | .config/wal/templates/colors-fuzzel.ini | 28 |
1 files changed, 28 insertions, 0 deletions
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 |
