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