aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/playerctl_systray
diff options
context:
space:
mode:
authorkj-sh6042025-06-10 13:32:36 -0400
committerkj-sh6042025-06-10 13:32:36 -0400
commitd55248989fe4aa8b7c6f5d06ac8a89b66ba3aba8 (patch)
treeb86e16f5a611246ba6740d7c3e9331a5b2cf38eb /.local/bin/playerctl_systray
parent3eceaf30b0bfeb617e74275d15e41c0939fecd61 (diff)
refactor: multiple changes (see description)
* add LICENSEs where necesary * remove *pkg scripts from repo see: https://github.com/kj-sh604/gitpkg * rename .local/src python directories * update .local/bin scripts in relation to above
Diffstat (limited to '.local/bin/playerctl_systray')
-rwxr-xr-x.local/bin/playerctl_systray4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/playerctl_systray b/.local/bin/playerctl_systray
index f96c28a..1e57307 100755
--- a/.local/bin/playerctl_systray
+++ b/.local/bin/playerctl_systray
@@ -1,7 +1,7 @@
#!/bin/sh
-BIN_PATH=~/.local/src/python-playerctl_systray/playerctl_systray
-SCRIPT_PATH=~/.local/src/python-playerctl_systray/playerctl_systray.py
+BIN_PATH=~/.local/src/playerctl_systray/playerctl_systray
+SCRIPT_PATH=~/.local/src/playerctl_systray/playerctl_systray.py
if ! command -v playerctl >/dev/null 2>&1; then
echo "playerctl is not installed but is required."