🩹 (home/wayland/eww) remove shebang from get-active-workspace script

This commit is contained in:
Laureηt 2024-01-13 17:19:04 +01:00
parent e7bc043b88
commit fcad910179
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -1,5 +1,3 @@
#!/usr/bin/env bash
# print current active workspace id
hyprctl monitors -j | jaq '.[] | select(.focused) | .activeWorkspace.id'