[swiftbar] One swiftbar config to rule them all

This commit is contained in:
2026-01-12 18:30:40 -05:00
parent bdfde94b63
commit a5394cbe43
3 changed files with 103 additions and 66 deletions

View File

@ -1,7 +1,6 @@
#!/bin/bash
set -euo pipefail
PLIST="$HOME/Library/LaunchAgents/com.hungryroot.django.plist"
ICON="🔌"
MATCH="&& just django"
@ -36,7 +35,7 @@ else
fi
echo "---"
echo "Open http://0.0.0.0:8000 | href=http://0.0.0.0:8000"
echo "Open http://0.0.0.0:9000 | href=http://0.0.0.0:9000"
echo "Debug | bash='$0' param1=debug terminal=true"
echo "Open plist | bash='/usr/bin/open' param1='$PLIST' terminal=false"