dots-of-war/files/.config/polybar/polybar-scripts/toggle_gpuinfo_window.sh

7 lines
215 B
Bash
Executable file

#!/bin/bash
if [[ -n $(xdotool search --class bar_system_status_indicator) ]]; then
xdotool search --class bar_system_status_indicator windowkill &
else
termite --class bar_system_status_indicator -e "$1" &
fi