infrastructure/hosts/thalassa/null/home/eww/scripts/workspaces.sh
2024-01-03 17:01:29 +01:00

10 lines
216 B
Bash
Executable file

#!/bin/sh
workspaces() {
./scripts/workspaces.lua
}
workspaces
tail -f /tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/hyprland.log | grep --line-buffered "Changed to workspace" | while read -r; do
workspaces
done