diff --git a/waybar/waybar-todo.sh b/waybar/waybar-todo.sh index 8b43887..7a1fb45 100755 --- a/waybar/waybar-todo.sh +++ b/waybar/waybar-todo.sh @@ -5,5 +5,5 @@ RUNNING=$(pgrep todotxt-machine) if [ "$RUNNING" ]; then kill $RUNNING 2&>1 /dev/null else - /usr/bin/xterm -e "/home/jpm/.local/bin/todotxt-machine /home/jpm/nextcloud/phone/todo.txt" + /usr/bin/alacritty --title todotxt-machine -e ${HOME}/.pyenv/shims/todotxt-machine ${HOME}/export/todo.txt fi