From baba42bff95aacfabe01799b0fc56d894b95a3de Mon Sep 17 00:00:00 2001 From: John Mertz Date: Wed, 11 Aug 2021 18:41:22 -0400 Subject: [PATCH] Switch to Xterm for htop window --- waybar/waybar-cpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/waybar-cpu.sh b/waybar/waybar-cpu.sh index 9346057..a38a684 100755 --- a/waybar/waybar-cpu.sh +++ b/waybar/waybar-cpu.sh @@ -3,5 +3,5 @@ if [ "$(pgrep -c htop)" -gt 0 ]; then pkill htop else - /usr/bin/uxterm -e htop + /usr/bin/xterm -e htop fi