commit f6decb63bc0e92021ed1c04c0cbef8750fe707a1 parent f7ca58bbe49c7cb8a5a01ce5172aea6eec022871 Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Mon, 30 Mar 2026 21:15:31 +0200 feat: gather workspace info via tail Diffstat:
| M | waybar/config | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/waybar/config b/waybar/config @@ -131,7 +131,7 @@ }, "custom/workspace":{ "format": "{}", - "exec": "while :; do cat /tmp/swayworkspace && sleep 1; done" + "exec": "tail -n 1 -f /tmp/swayworkspace" }, }