Quickshell control panel for the ARGVUS desktop, providing the sidebar cards, themes, and helper scripts used by the desktop session.
On Arch Linux or a compatible distribution:
sudo pacman -S --needed base-devel git shellcheck
make validate
make build
make installmake build creates a deterministic source archive in build/artifacts/ and
the package in build/dist/. Package metadata can be inspected with:
makepkg -p packaging/arch/ci/PKGBUILD --printsrcinfo
makepkg -p packaging/arch/local/PKGBUILD --printsrcinfoThe installed Quickshell configuration is under
/usr/share/argvus/control-panel/config/quickshell/argvus-control-panel/.
The sidebar can be started with qs -c argvus-control-panel; the helper
scripts under /usr/share/argvus/control-panel/sh/ support Waybar and
Hyprland integration.
- DEVELOPMENT.md — layout, checks, and releases
- CONTRIBUTING.md — contribution workflow
- SECURITY.md — private vulnerability reports
- src/usr/share/argvus/control-panel/docs/README.md — runtime integration
SPDX: GPL-3.0-only. See LICENSE.