Skip to content

fnDxrk/rofi-wifi-menu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 

Repository files navigation

rofi-wifi-menu

A Wi-Fi menu written in bash. Uses rofi and nmcli. Forked from ericmurphyxyz

Screenshot of rofi-wifi-menu

Installation

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

Setup

  1. 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.

  1. Copy and run the script:
cp wifi-menu.sh ~/.local/bin/wifi-menu
wifi-menu

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%