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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user