Add pywal config
This commit is contained in:
parent
9defcc0d6e
commit
374c9efac3
3
.bashrc
3
.bashrc
@ -25,6 +25,9 @@ export EDITOR="$VISUAL"
|
||||
# startup #
|
||||
# ------- #
|
||||
|
||||
# restore color scheme
|
||||
(cat ~/.cache/wal/sequences &)
|
||||
|
||||
# display system info on startup
|
||||
pfetch
|
||||
|
||||
|
15
.xinitrc
Normal file
15
.xinitrc
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
# configure monitor position
|
||||
exec /home/april/.screenlayout/samsung_aoc.sh
|
||||
|
||||
# set default cursor to standard arrow
|
||||
xsetroot -cursor_name left_ptr
|
||||
|
||||
# restore color scheme
|
||||
pywal -n -R
|
||||
|
||||
# set wallpaper
|
||||
xwallpaper --zoom ~/wallpapers/jellyfish.jpg
|
||||
|
||||
exec bspwm
|
Loading…
x
Reference in New Issue
Block a user