[swiftbar] Fix django and celery tasks

This commit is contained in:
2026-01-12 18:24:22 -05:00
parent fec4946e18
commit bdfde94b63
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
set -euo pipefail
# --- CONFIG ---
MATCH="manage.py runserver"
PLIST="$HOME/Library/LaunchAgents/com.hungyroot.celery.plist"
MATCH="celery -A"
PLIST="$HOME/Library/LaunchAgents/com.hungryroot.celery.plist"
ICON="🥕"
# --- Helpers ---

View File

@ -4,7 +4,7 @@ set -euo pipefail
PLIST="$HOME/Library/LaunchAgents/com.hungryroot.django.plist"
ICON="🔌"
MATCH="manage.py runserver"
MATCH="&& just django"
LABEL="$(/usr/bin/plutil -extract Label raw -o - "$PLIST" 2>/dev/null || true)"
UID_NUM="$(/usr/bin/id -u)"