diff --git a/bspwm/.config/wal/done.sh b/bspwm/.config/wal/done.sh index f8124282..19d96498 100755 --- a/bspwm/.config/wal/done.sh +++ b/bspwm/.config/wal/done.sh @@ -13,20 +13,10 @@ bspc config active_border_color "$color2" bspc config focused_border_color "$color15" bspc config presel_feedback_color "$color1" -# ================================================= -# Symlink config files so programs can be started -# without referencing the cache directly -# ================================================= - -mkdir -p "${HOME}/.config/zathura" +# Symlink dunst config mkdir -p "${HOME}/.config/dunst" -ln -sf "${HOME}/.cache/wal/zathurarc" "${HOME}/.config/zathura/zathurarc" ln -sf "${HOME}/.cache/wal/dunstrc" "${HOME}/.config/dunst/dunstrc" -# =================== -# ====== dunst ====== -# =================== - # Restart dunst with the new color scheme pkill dunst dunst & diff --git a/bspwm/.config/wal/templates/zathurarc b/zathura/.config/wal/templates/zathura similarity index 57% rename from bspwm/.config/wal/templates/zathurarc rename to zathura/.config/wal/templates/zathura index 8fa79b20..722890f1 100644 --- a/bspwm/.config/wal/templates/zathurarc +++ b/zathura/.config/wal/templates/zathura @@ -1,17 +1,3 @@ -# New Start: A modern Arch workflow built with an emphasis on functionality. -# Copyright (C) 2017-2018 Donovan Glover - -# NOTE: This file is automatically generated by pywal. Do not edit it by hand. - -set font "Hack 12" # Use Hack as our font of choice -set guioptions "v" # Show a "progress bar" when scrolling up/down -set adjust-open "width" # Make documents take up all the available space by default -set statusbar-basename "true" # When using the status bar, show the basename only - -set render-loading "false" # Do not show the "loading" text -set scroll-step "120" # Increase the scroll distance when using j/k -set recolor "true" # Use our theme colors ( for the original document colors) - # [colors] set default-bg "{background}" set default-fg "{foreground}" diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc new file mode 100644 index 00000000..afdaebc9 --- /dev/null +++ b/zathura/.config/zathura/zathurarc @@ -0,0 +1,16 @@ +# New Start: A modern Arch workflow built with an emphasis on functionality. +# Copyright (C) 2017-2018 Donovan Glover + +# Use the color scheme generated by wal +include "../../.cache/wal/zathura" + +set font "Hack 12" # Use Hack as our font of choice +set guioptions "v" # Show a "progress bar" when scrolling up/down +set adjust-open "width" # Make documents take up all the available space by default +set statusbar-basename "true" # When using the status bar, show the basename only + +set render-loading "false" # Do not show the "loading" text +set scroll-step "120" # Increase the scroll distance when using j/k +set recolor "true" # Use our theme colors ( for the original document colors) + +# vim:ft=conf