dotfiles/private_dot_config/i3/executable_autostart.sh
array-in-a-matrix a7aa42621c added
2022-01-08 17:30:13 -05:00

16 lines
366 B
Bash

# pywal colors
image=$(find -L /home/linux/Pictures/Wallpapers/ -type f | shuf -n1)
wal -i $image
cat ~/.cache/wal/sequences
source ~/.cache/wal/colors-tty.sh
pywalfox update
feh --bg-fill "$image"
# polybar
bash ~/.config/polybar/shapes/scripts/pywal.sh "$image"
bash ~/.config/polybar/launch.sh --shapes &
# the gaps in i3-gaps
i3-msg gaps inner all set 20