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 | fd359fcea2e84e7ba35e3c06835a92be692ab19b (patch) | |
| tree | 2fd0f6c321282ba24a26832387e039936b823c42 | |
| parent | 5a42608aae45a708c9eb282b4049dbf23b9908e5 (diff) | |
| download | archsetup-fd359fcea2e84e7ba35e3c06835a92be692ab19b.tar.gz archsetup-fd359fcea2e84e7ba35e3c06835a92be692ab19b.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) |
