diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-10-19 14:38:58 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-10-19 14:38:58 +0530 |
| commit | 0f9c40188637c04da8c5a23a8cea47662bb87c4e (patch) | |
| tree | 31748f18b021cb9185af15814fd908a6bdbbbeb4 /.config/wal/templates | |
| parent | 850fbde4350dcfc5930abbfc0f2ba6c2dfb8de26 (diff) | |
zathura: use "include" directive for pywal colors"
Diffstat (limited to '.config/wal/templates')
| -rw-r--r-- | .config/wal/templates/colors-fuzzel.ini | 28 | ||||
| -rw-r--r-- | .config/wal/templates/colors-zathura | 24 |
2 files changed, 3 insertions, 49 deletions
diff --git a/.config/wal/templates/colors-fuzzel.ini b/.config/wal/templates/colors-fuzzel.ini deleted file mode 100644 index 356c733..0000000 --- a/.config/wal/templates/colors-fuzzel.ini +++ /dev/null @@ -1,28 +0,0 @@ -[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 diff --git a/.config/wal/templates/colors-zathura b/.config/wal/templates/colors-zathura index 0713fd7..42118a0 100644 --- a/.config/wal/templates/colors-zathura +++ b/.config/wal/templates/colors-zathura @@ -1,24 +1,3 @@ -set sandbox none -set statusbar-h-padding 0 -set statusbar-v-padding 0 -set page-padding 1 -set selection-clipboard clipboard -map u scroll half-up -map d scroll half-down -map D toggle_page_mode -map r reload -map R rotate -map K zoom in -map J zoom out -map i recolor -map p print -map b toggle_statusbar - - -set default-fg rgba(205,214,244,1) -set default-bg rgba(30,30,46,1) - - set completion-bg "{background}" set completion-fg "{foreground}" set completion-group-bg "{background}" @@ -26,6 +5,9 @@ set completion-group-fg "{color2}" set completion-highlight-bg "{color2}" set completion-highlight-fg "{background}" +set recolor-lightcolor "{background}" +set recolor-darkcolor "{foreground}" +set default-bg "{background}" set inputbar-bg "{background}" set inputbar-fg "{foreground}" |
