Updated some stuff

This commit is contained in:
ManOfGoldForever 2026-04-04 02:12:26 -04:00
parent 2d400c3012
commit c783171138
8 changed files with 25 additions and 26 deletions

View file

@ -1,13 +0,0 @@
function awww_set_wallpaper
set wallpaper $argv[1]
# Start swww daemon if not running
if not pgrep awww-daemon > /dev/null
awww-daemon &
sleep 1
end
# Set wallpaper with animation
awww img "$wallpaper" \
--transition-type wipe
end