From 98b4b9a06ded73852a33d49698467eb28e1ce7b3 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 3 Mar 2024 18:38:37 +0100 Subject: [PATCH] update music script --- modules/home/scripts/scripts/music.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/scripts/scripts/music.sh b/modules/home/scripts/scripts/music.sh index d0d0600..4cebae1 100755 --- a/modules/home/scripts/scripts/music.sh +++ b/modules/home/scripts/scripts/music.sh @@ -3,7 +3,7 @@ if (ps aux | grep audacious | grep -v grep > /dev/null) then pkill audacious else - hyprctl dispatch exec "[workspace 8 silent] audacious -t" + hyprctl dispatch exec "[workspace 5 silent] audacious -t" sleep 0.5 audtool playlist-repeat-status |grep "on" || audtool playlist-repeat-toggle audtool playlist-shuffle-status|grep "on" || audtool playlist-shuffle-toggle