Port the AGS widgets into the shell as plugins

This commit is contained in:
2026-09-20 00:09:41 -04:00
parent c5434026a8
commit 0c422e7345
31 changed files with 1740 additions and 17 deletions
+2 -2
View File
@@ -128,7 +128,7 @@ case "${1:-toggle}" in
select_mode all
;;
set)
[ -n "$2" ] || { echo "Usage: blob-toggle-tablet-follow set <monitor|follow|all>" >&2; exit 1; }
[ -n "$2" ] || { echo "Usage: blob-toggle-tablet set <monitor|follow|all>" >&2; exit 1; }
select_mode "$2"
;;
status|--status)
@@ -141,7 +141,7 @@ case "${1:-toggle}" in
[ "$(selected_mode)" = "all" ] || start_daemon
;;
*)
echo "Usage: blob-toggle-tablet-follow [toggle|on|off|set <monitor|follow|all>|status|monitors|autostart]" >&2
echo "Usage: blob-toggle-tablet [toggle|on|off|set <monitor|follow|all>|status|monitors|autostart]" >&2
exit 1
;;
esac