add waybar config, scripts, mic tweaks

This commit is contained in:
2025-09-03 14:48:51 -04:00
parent 0f7e79849d
commit 7431c5f191
9 changed files with 283 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/bash
# current highest-numbered workspace
MAX_WORKSPACE=$(hyprctl workspaces -j | jq 'sort_by(.id) | reverse | .[0].id')
hyprctl dispatch workspace $(($MAX_WORKSPACE + 1))