Add pywal config

This commit is contained in:
azpsen 2024-01-25 15:01:22 -06:00
parent 9defcc0d6e
commit 374c9efac3
2 changed files with 18 additions and 0 deletions

View File

@ -25,6 +25,9 @@ export EDITOR="$VISUAL"
# startup # # startup #
# ------- # # ------- #
# restore color scheme
(cat ~/.cache/wal/sequences &)
# display system info on startup # display system info on startup
pfetch pfetch

15
.xinitrc Normal file
View 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