dotfiles/private_dot_config/i3/executable_autostart.sh

16 lines
366 B
Bash
Raw Normal View History

2022-01-08 17:30:13 -05:00
# 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