7 lines
110 B
Bash
7 lines
110 B
Bash
|
|
||
|
while true; do
|
||
|
clear -x
|
||
|
xprop -root | grep -Po "WM_NAME\(STRING\) = \"\K.*(?=\")"
|
||
|
sleep 0.5
|
||
|
done
|