dim/test.sh
2024-05-19 15:21:17 +03:00

7 lines
110 B
Bash

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