aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-29 22:42:35 -0400
committerCraig Jennings <c@cjennings.net>2026-06-29 22:42:35 -0400
commit48052d6fa651553fc975ce016af833e0132aac9a (patch)
tree1520528a8d22797b577d28a4e1b7040d2bdd4795
parent5febbdb4dce1cff0c269b0fd23aa1fff13e76292 (diff)
downloadarchsetup-48052d6fa651553fc975ce016af833e0132aac9a.tar.gz
archsetup-48052d6fa651553fc975ce016af833e0132aac9a.zip
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.
-rwxr-xr-xarchsetup1
1 files changed, 1 insertions, 0 deletions
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)