X-Git-Url: https://git.danieliu.xyz/?p=dotfiles.git;a=blobdiff_plain;f=.config%2Fzathura%2Fmkzathurarc.sh;fp=.config%2Fzathura%2Fmkzathurarc.sh;h=0000000000000000000000000000000000000000;hp=2231131fa08142da126bbd75aeb3bca0198e13a2;hb=1e538d57480c7eba19393a8b365f662bf0a6dfb5;hpb=fdcd4945ebca688bd20c91247331518b29248f7e diff --git a/.config/zathura/mkzathurarc.sh b/.config/zathura/mkzathurarc.sh deleted file mode 100755 index 2231131..0000000 --- a/.config/zathura/mkzathurarc.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -get_option() { - xrdb -query | grep $1 | awk '{print $2}' -} - -config_file=$XDG_CONFIG_HOME/zathura/zathurarc - -cat > $config_file <<- CONF -set recolor -set recolor-darkcolor "$(get_option foreground)" -set recolor-lightcolor "$(get_option *.color0:)" -set default-bg "$(get_option *.color0:)" -map i recolor - -set font Source Code Pro:size=12 -set statusbar-fg "$(get_option *.color0:)" -set statusbar-bg "$(get_option *.color2:)" -set statusbar-v-padding 2 -set statusbar-h-padding 8 - -CONF