diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-01 16:13:50 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-01 16:13:50 -0400 |
| commit | b76a1f915d84a053be4e7135382a18b2ad854b95 (patch) | |
| tree | 2397530b7bb7270e9cff0b4293ceb4beb6f27077 | |
| parent | 2e2141929d2b0e1382010b219c05de60d040a8cd (diff) | |
| download | archsetup-b76a1f915d84a053be4e7135382a18b2ad854b95.tar.gz archsetup-b76a1f915d84a053be4e7135382a18b2ad854b95.zip | |
build: install blueprint-compiler for the net panel UI
Dev tooling to regenerate the panel's .ui from the Blueprint .blp sources
(make ui). The committed .ui runs without it, so this only matters when
editing the .blp.
| -rwxr-xr-x | archsetup | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1901,6 +1901,7 @@ hyprland() { pacman_install waybar # status bar pacman_install gtk4-layer-shell # custom/net connection panel (GTK4 layer-shell) pacman_install python-gobject # PyGObject for the net panel + pacman_install blueprint-compiler # regenerate the net panel's .ui from .blp (dev; committed .ui runs without it) aur_install speedtest-go-bin # net panel speed test backend pacman_install fuzzel # app launcher (native Wayland, pinentry support) pacman_install awww # wallpaper daemon (swww successor; provides swww) |
