aboutsummaryrefslogtreecommitdiffstats
path: root/.config/init
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-04-24 00:48:57 -0700
committerkatherine <shmibs@shmibbles.me>2016-04-24 00:48:57 -0700
commitffce8431ddf7f964f606413f31310461e7740547 (patch)
tree558a35a4fde50be318ba9c1d4b9b678b99691c95 /.config/init
parent3b79e682762cdf5d65e173da0a0e84e3fedcb221 (diff)
downloaddotfiles-ffce8431ddf7f964f606413f31310461e7740547.tar.gz
slight zathurarc theming update
Diffstat (limited to '.config/init')
-rw-r--r--.config/init/gen-zathurarc.sh5
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\""