• Stars
    star
    152
  • Rank 236,876 (Top 5 %)
  • Language
    Shell
  • Created over 2 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.