aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-01 16:13:50 -0400
committerCraig Jennings <c@cjennings.net>2026-07-01 16:13:50 -0400
commitb76a1f915d84a053be4e7135382a18b2ad854b95 (patch)
tree2397530b7bb7270e9cff0b4293ceb4beb6f27077
parent2e2141929d2b0e1382010b219c05de60d040a8cd (diff)
downloadarchsetup-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-xarchsetup1
1 files changed, 1 insertions, 0 deletions
diff --git a/archsetup b/archsetup
index acb14bd..d1c0b3d 100755
--- a/archsetup
+++ b/archsetup
@@ -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)