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

8 lines
215 B
Bash
Raw Normal View History

2020-05-13 22:50:42 +00:00
#!/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