mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
No need for the &
This commit is contained in:
@ -32,6 +32,6 @@ NEW_BACKGROUND=${BACKGROUNDS[$NEXT_INDEX]}
|
||||
# Set new background symlink
|
||||
ln -nsf "$NEW_BACKGROUND" "$CURRENT_BACKGROUND_LINK"
|
||||
|
||||
# Launch swaybg
|
||||
# Relaunch swaybg
|
||||
pkill -x swaybg
|
||||
setsid swaybg -i "$NEW_BACKGROUND" -m fill >/dev/null 2>&1 &
|
||||
setsid swaybg -i "$NEW_BACKGROUND" -m fill >/dev/null 2>&2
|
||||
|
Reference in New Issue
Block a user