Skip to content

Um script bash usando nmcli e rofi para criar um menu wifi para seu gerenciador de janelas favorito.

Notifications You must be signed in to change notification settings

tuxslack/rofi-wifi-menu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 

Repository files navigation

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

https://www.youtube.com/watch?v=v8w1i3wAKiw

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/tuxslack/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

Rofi Theme

Back up the original config.rasi file.

Copy the config.rasi file to the ~/.config/rofi/ folder

$ mv -i ~/.config/rofi/config.rasi ~/.config/rofi/config-backup.rasi

$ cp config.rasi ~/.config/rofi/

This Rofi theme uses the font "Hack Nerd Font Medium" Download: https://www.nerdfonts.com/

Window managers use:

Start the notification daemon

OpenBox

$ nano ~/.config/openbox/autostart

dunst &

i3wm

$ nano ~/.config/i3/config

exec --no-startup-id dunst

FluxBox

$ nano ~/.fluxbox/startup

pkill dunst ; dunst &

About

Um script bash usando nmcli e rofi para criar um menu wifi para seu gerenciador de janelas favorito.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 79.6%
  • Sass 20.4%