diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-29 22:42:35 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-29 22:42:35 -0400 |
| commit | 48052d6fa651553fc975ce016af833e0132aac9a (patch) | |
| tree | 1520528a8d22797b577d28a4e1b7040d2bdd4795 | |
| parent | 5febbdb4dce1cff0c269b0fd23aa1fff13e76292 (diff) | |
| download | archsetup-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-x | archsetup | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
