quickshell: add systemd service and system popout update/ALHP status improvements

- Add quickshell.service for systemd --user autostart
- Add ALHP status indicators (good/stale/building) with color-coded icons
- Make updates and ALHP building rows expandable with animated chevron
- Capture full checkupdates package list for expand drawer
- Parse alhp.utils packages array for ALHP expand drawer

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-05 23:44:23 +02:00
parent c5f7162ebb
commit d5d890aa43
2 changed files with 170 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Quickshell desktop shell
PartOf=graphical-session.target
After=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/qs
Restart=on-failure
RestartSec=2
[Install]
WantedBy=graphical-session.target