cleaned up unused scripts

This commit is contained in:
xsghetti 2024-02-28 04:11:12 -05:00
parent 86bad46df9
commit d3ade36241
33 changed files with 0 additions and 2158 deletions

View file

@ -1,19 +0,0 @@
#!/bin/bash
DIR=~/.config/wallpapers
PICS=($(ls ${DIR}))
RANDOMPICS=${PICS[ $RANDOM % ${#PICS[@]} ]}
if [[ $(pidof swaybg) ]]; then
pkill swaybg
fi
swww query || swww init
#change-wallpaper using swww
swww img ${DIR}/${RANDOMPICS} --transition-fps 60 --transition-type any --transition-duration 2
wal -i ~/.config/wallpapers
~/.config/.scripts/swww.sh