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
commit6553cb82f6bc7ad46b0ef0006f44f4db89843920 (patch)
tree49e8e8fbbf9225038c2861093571790aa1ba2fd6
parentf83ac160e77ed8b2b4e9a3665633df0fb7ef58ff (diff)
downloadarchsetup-6553cb82f6bc7ad46b0ef0006f44f4db89843920.tar.gz
archsetup-6553cb82f6bc7ad46b0ef0006f44f4db89843920.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)