1
0
forked from extern/nix-config

meta: Split zathura config into separate files

This lets me use my zathura config without relying exclusively on
pywal being set up (theme set, done.sh ran, cache not cleared).
This commit is contained in:
Donovan Glover 2018-11-15 11:33:26 -05:00
parent a9caa29b28
commit b8e61965c7
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 17 additions and 25 deletions

View File

@ -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 &

View File

@ -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 (<C-r> for the original document colors)
# [colors]
set default-bg "{background}"
set default-fg "{foreground}"

View File

@ -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 (<C-r> for the original document colors)
# vim:ft=conf