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
commit0d8a35485b3b7eacbbf542b4db758fb50cae2282 (patch)
tree49e8e8fbbf9225038c2861093571790aa1ba2fd6
parent7a025d94bf131b8c1b2d2cf8473d873b3e76c649 (diff)
downloadarchsetup-0d8a35485b3b7eacbbf542b4db758fb50cae2282.tar.gz
archsetup-0d8a35485b3b7eacbbf542b4db758fb50cae2282.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)