infrastructure/nixos/hosts/thalassa/null/home/eww/scripts/workspaces.sh
2022-09-26 17:17:27 +02: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