diff options
| author | kj-sh604 | 2025-06-06 20:18:26 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-06-06 20:18:26 -0400 |
| commit | 15cd209a581c2ac9ec63db880cac640cdea3ea04 (patch) | |
| tree | f0f38b54908e5c650ee63d8c2f0abfa724e941e4 /.local/bin/playerctl_systray | |
| parent | fa7425e3ca53eab2dfc255b3652a7bed8e21283d (diff) | |
refactor: move directory locations
Diffstat (limited to '.local/bin/playerctl_systray')
| -rwxr-xr-x | .local/bin/playerctl_systray | 4 |
1 files changed, 2 insertions, 2 deletions
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." |
