This repository contains a simple script for managing a Rofi-based menu that can control WiFi connections via iwd. This is a port of Zach Baylin's work on rofi-wifi-menu which borrows heavily from the source material.
Download and run the rofi-wifi-menu.sh
script. The script accepts additional, optional parameters: rofi-wifi-menu.sh [device] [position] [y-offset] [x-offset]
.
device
: the iwd device to establish the WiFi connection on; defaults towlan0
.position
: a layer position; defaults to0
. You probably never need to change this.y-offset
: a y-offset for controlling menu rendering location; defaults to0
.x-offset
: an x-offset for controlling menu rendering location; defaults to0
.
Special thanks is owed to the following organizations, projects, and people without whose work this repository would not be possible.
- Zach Baylin whose rofi-wifi-menu served as a foundation.
- all of the diligent maintainers of the Arch Linux Wiki, the greatest learning resource I've ever found in customizing my system.