nixdots/home/programs/graphical/bars/eww/config/scripts/workspaces

13 lines
332 B
Text
Raw Normal View History

2024-06-20 14:53:31 +02:00
#!/usr/bin/env bash
# shellcheck source=include
source "./scripts/include"
if [ "$1" = "--switch" ]; then
hyprctl dispatch focusworkspaceoncurrentmonitor "$2" >/dev/null
elif [ "$1" = "--loop" ]; then
2024-06-20 14:53:31 +02:00
hyprland_ipc "workspace|createworkspace|destroyworkspace" | ./scripts/workspaces.py "$@"
else
2024-06-20 14:53:31 +02:00
./scripts/workspaces.py "$@"
fi