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

11 lines
216 B
Bash
Raw Normal View History

2022-08-24 18:17:29 +02:00
#!/bin/sh
workspaces() {
2022-09-26 17:17:27 +02:00
./scripts/workspaces.lua
2022-08-24 18:17:29 +02:00
}
2022-09-26 17:17:27 +02:00
2022-08-24 18:17:29 +02:00
workspaces
2022-09-26 17:17:27 +02:00
2022-08-24 18:17:29 +02:00
tail -f /tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/hyprland.log | grep --line-buffered "Changed to workspace" | while read -r; do
2022-09-26 17:17:27 +02:00
workspaces
2022-08-24 18:17:29 +02:00
done