A Wi-Fi menu written in bash. Uses rofi and nmcli. Forked from ericmurphyxyz
Archlinux :
yay -S networkmanager ttf-jetbrains-mono-nerd rofi-git
If you want to use the icons, set your Rofi font to a Nerd Font. Then run the following commands:
git clone https://github.com/fnDxrk/rofi-wifi-menu.git
cd rofi-wifi-menu
./wifi-menu.sh- Add ~/.local/bin to your PATH (required to run wifi-menu from anywhere):
Add the following line to your shell configuration file:
export PATH="$HOME/.local/bin:$PATH"After adding, reload your shell configuration or restart the terminal.
- Copy and run the script:
cp wifi-menu.sh ~/.local/bin/wifi-menu
wifi-menu