From 15cd209a581c2ac9ec63db880cac640cdea3ea04 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Fri, 6 Jun 2025 20:18:26 -0400 Subject: refactor: move directory locations --- .local/bin/playerctl_systray | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local/bin/playerctl_systray') diff --git a/.local/bin/playerctl_systray b/.local/bin/playerctl_systray index 5f4fcca..f96c28a 100755 --- a/.local/bin/playerctl_systray +++ b/.local/bin/playerctl_systray @@ -1,7 +1,7 @@ #!/bin/sh -BIN_PATH=~/.local/share/python-playerctl_systray/playerctl_systray -SCRIPT_PATH=~/.local/share/python-playerctl_systray/playerctl_systray.py +BIN_PATH=~/.local/src/python-playerctl_systray/playerctl_systray +SCRIPT_PATH=~/.local/src/python-playerctl_systray/playerctl_systray.py if ! command -v playerctl >/dev/null 2>&1; then echo "playerctl is not installed but is required." -- cgit v1.2.3