clean: upe

This commit is contained in:
kenji
2025-12-27 22:16:37 -06:00
parent 59340e4d6d
commit d662e5dcc7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{pkgs, ...}: let
launch-music = pkgs.writeShellScriptBin "launch-music" ''
launch-music = pkgs.writeShellScriptBin "hakase-music-launch" ''
# Log output for debugging
LOGfile="/tmp/launch-music.log"
exec > >(tee -a "$LOGfile") 2>&1
@@ -15,7 +15,7 @@
# Wait for window to appear
echo "Waiting for window..."
sleep 3
sleep 0.1
# Focus
echo "Focusing jellyfin-tui..."