From 48052d6fa651553fc975ce016af833e0132aac9a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 29 Jun 2026 22:42:35 -0400 Subject: feat: install speedtest-go for the net panel speed test The net panel's Speed test section shells out to speedtest-go, so archsetup's Hyprland step adds speedtest-go-bin to the AUR installs alongside the GTK panel deps. --- archsetup | 1 + 1 file changed, 1 insertion(+) diff --git a/archsetup b/archsetup index 699a090..7c98147 100755 --- a/archsetup +++ b/archsetup @@ -1868,6 +1868,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 + 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) aur_install waypaper # wallpaper GUI (awww backend) -- cgit v1.2.3