This is a GUI app to connect Wifi in window manager i3 on linux And other places !!
- python >= 3.8
- NetworkManager
- nmcli
- notify-send and dunstrc file
- pip install -r requirements.txt
- sudo pacman -S networkmanager
- sudo pacman -S dunst
- dunst --start -conf dunctrc
If you are using i3 Window Manager, you can follow the instructions below.
Add the following line to the i3 config file
exec --no-startup-id dunst -config ~/.i3/dunstrc
If you are using i3block, you can add the following lines to the i3blocks.conf
########################################
# Iface Config #
########################################
[State]
full_text=" "
command=~/Wifi-i3/wifi.py
separator_block_width=0
border_top=0
border_left=0
border_right=0
border_bottom=3
border=#33bd96
color=#33bd96
- To use this tool you need to set the wifi.py PATH inside the i3blocks.conf (command=wifi.py) , you must also move the dunstrc file to ~/.i3/ (If your i3 config is here) and chmod +x wifi.py