fix(ags-v3): nice-to-have — portabilité, perf, réactivité

- Prompt.tsx: GLib.get_user_name() au lieu de hardcode "tetardtek"
- ghost-shell.desktop: $HOME au lieu de chemin absolu
- SystemStats.tsx: lecture /proc/stat + /proc/meminfo (zero fork, économie batterie)
- Battery.tsx: createDerivedBinding percentage+charging — réactif sur branchement
This commit is contained in:
2026-03-26 09:13:36 +01:00
parent da22b6446d
commit 51b725e1f7
4 changed files with 74 additions and 33 deletions

View File

@@ -2,5 +2,5 @@
Type=Application
Name=Ghost Shell
Comment=violet-chaton v2 AGS statusbar
Exec=ags run -d /home/tetardtek/.config/ags-v3 -g 3
Exec=sh -c "ags run -d $HOME/.config/ags-v3 -g 3"
X-GNOME-Autostart-enabled=true