Start AGS once, after the theme reapply

Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
This commit is contained in:
2026-08-19 14:00:43 -04:00
parent b126063701
commit 5780242068
3 changed files with 16 additions and 11 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ awk -F '=' 'NF==2 { gsub(/"/,"",$2); gsub(/ /,"",$1); gsub(/ /,"",$2); print "@d
# Restart AGS to apply new theme colors
if command -v ags &> /dev/null; then
ags quit || true
ags quit >/dev/null 2>&1 || true
sleep 0.5
nohup ags run -d "$HOME/.config/ags" >/dev/null 2>&1 &
fi