infrastructure/nixos/hosts/thalassa/null/home/eww/scripts/workspaces.sh

9 lines
206 B
Bash
Raw Normal View History

2022-08-24 18:17:29 +02:00
#!/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