From 552091629cbe4c3d3842ccc5f22c46426b972c20 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 1 Dec 2024 01:22:02 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-01 01:22:02 --- .config/zathura/genconf.sh | 41 ++++++++++++++++++++++++++++++++++++++ .config/zathura/zathurarc | 33 ++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100755 .config/zathura/genconf.sh diff --git a/.config/zathura/genconf.sh b/.config/zathura/genconf.sh new file mode 100755 index 00000000..f3d08319 --- /dev/null +++ b/.config/zathura/genconf.sh @@ -0,0 +1,41 @@ +#!/bin/sh + +# Generates zathura configuration file + +. "$HOME"/.cache/wal/colors.sh + +cat < zoom in map zoom out map navigate next map navigate previous + +set completion-bg "#0f0f0f" +set completion-fg "#d4d4d4" +set completion-group-bg "#0f0f0f" +set completion-group-fg "#A23D3D" +set completion-highlight-bg "#d4d4d4" +set completion-highlight-fg "#0f0f0f" + +set recolor-lightcolor "#0f0f0f" +set recolor-darkcolor "#d4d4d4" +set default-bg "#0f0f0f" + +set inputbar-bg "#0f0f0f" +set inputbar-fg "#d4d4d4" +set notification-bg "#0f0f0f" +set notification-fg "#d4d4d4" +set notification-error-bg "#933737" +set notification-error-fg "#d4d4d4" +set notification-warning-bg "#933737" +set notification-warning-fg "#d4d4d4" +set statusbar-bg "#0f0f0f" +set statusbar-fg "#d4d4d4" +set index-bg "#0f0f0f" +set index-fg "#d4d4d4" +set index-active-bg "#d4d4d4" +set index-active-fg "#0f0f0f" +set render-loading-bg "#0f0f0f" +set render-loading-fg "#d4d4d4" + +set window-title-home-tilde true +set statusbar-basename true +set window-title-basename true +set recolor "true"