Background stuff

This commit is contained in:
2026-03-08 19:37:53 +00:00
parent 91e15f6d48
commit 0918d86c6c
5 changed files with 23 additions and 66 deletions

View File

@@ -39,10 +39,5 @@ else
NEW_BACKGROUND="${BACKGROUNDS[$NEXT_INDEX]}"
fi
# Set new background symlink
ln -nsf "$NEW_BACKGROUND" "$CURRENT_BACKGROUND_LINK"
# Relaunch swaybg
pkill -x swaybg
setsid uwsm-app -- swaybg -i "$CURRENT_BACKGROUND_LINK" -m fill >/dev/null 2>&1 &
station-bg-set "$NEW_BACKGROUND"
fi