diff options
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." |
