diff options
author | katherine <shmibs@shmibbles.me> | 2016-04-24 00:48:57 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-04-24 00:48:57 -0700 |
commit | ffce8431ddf7f964f606413f31310461e7740547 (patch) | |
tree | 558a35a4fde50be318ba9c1d4b9b678b99691c95 | |
parent | 3b79e682762cdf5d65e173da0a0e84e3fedcb221 (diff) | |
download | dotfiles-ffce8431ddf7f964f606413f31310461e7740547.tar.gz |
slight zathurarc theming update
-rw-r--r-- | .config/init/gen-zathurarc.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/init/gen-zathurarc.sh b/.config/init/gen-zathurarc.sh index 6ef7b7b..387b1e3 100644 --- a/.config/init/gen-zathurarc.sh +++ b/.config/init/gen-zathurarc.sh @@ -10,10 +10,11 @@ set scroll-page-aware true set window-title-basename true set selection-clipboard clipboard set selection-notification false +set statusbar-home-tilde true " -normal=("completion" "default" "index" "inputbar" "statusbar") -focus=("completion-highlight" "index-active") +normal=(completion default index inputbar statusbar notification-warning) +focus=(completion-highlight index-active notification-error) for i in ${normal[@]}; do echo "set $i-fg \"$fg_normal\"" |