plugfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 657fcc19b3984a972cffeaab33acfd713b37efa4
parent c1cd76e37840050d9b7716b170a5e8da12f72710
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Wed, 15 Jan 2020 04:11:17 +1100

pywal color load

Diffstat:
M.bashrc | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -140,8 +140,9 @@ xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Scrolling" 1 # Load .xresources theme (transparency for st) xrdb ~/.Xresources -# Start flameshot running in backgroung -flameshot & +# Load pywal theme +# Already done by luke's st fork +(cat ~/.cache/wal/sequences &) export SPLASH_DIR=$HOME/splash export NDSPMHD_DIR=~/Downloads/ndspmhd @@ -152,3 +153,4 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SPLASH_DIR/giza/lib if [ -f ~/.bash_profile ]; then . ~/.bash_profile fi +