#!/usr/bin/env -S bash monitors=$(hyprctl monitors -j | jq -r '.[].id') for monitor in $monitors; do ags toggle "bar_$monitor" done