From b76a1f915d84a053be4e7135382a18b2ad854b95 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 1 Jul 2026 16:13:50 -0400 Subject: 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. --- archsetup | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3