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:
parent
a9caa29b28
commit
b8e61965c7
@ -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 &
|
||||
|
@ -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}"
|
16
zathura/.config/zathura/zathurarc
Normal file
16
zathura/.config/zathura/zathurarc
Normal 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
|
Loading…
Reference in New Issue
Block a user