/rofi-wifi-menu

A bash script using nmcli and rofi to make a wifi menu for your favorite window manager

Primary LanguageShell

rofi-wifi-menu

A Wi-Fi menu written in bash. Uses rofi and nmcli. Forked from zbaylin because it was unmaintained and incompatible with modern versions of rofi. Additional contributions from vlfldr's fork.

Screenshot of rofi-wifi-menu

Installation

Install nmcli and rofi with your package manager. 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/ericmurphyxyz/rofi-wifi-menu.git
cd rofi-wifi-menu
bash "./rofi-wifi-menu.sh"

You'll probably want to put the script in your $PATH so you can run it as a command and map a keybinding to it.

Troubleshooting

PopOS! does not have the notify-send library installed by default. You can install it with the following command (according to this thread):

sudo apt install libnotify-bin