dim/test.sh

7 lines
110 B
Bash
Raw Permalink Normal View History

2024-05-15 19:13:44 +00:00
while true; do
clear -x
xprop -root | grep -Po "WM_NAME\(STRING\) = \"\K.*(?=\")"
sleep 0.5
done