From ccf6a8e85baad4715d7e43defdd037ddb7e59980 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Mon, 13 Mar 2023 15:45:27 -0400 Subject: [PATCH] Uxterm -> alacritty use --title to force float/position --- waybar/waybar-todo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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