defname / rofi-iwd-wifi-menu

Minimalistic WiFi network chooser for iwd using rofi
GNU General Public License v3.0
61 stars 2 forks source link

Minor issue with the README file #1

Closed NoGoat closed 1 year ago

NoGoat commented 1 year ago

In the README file, it asks you to run using

rofi -show WiFI -modi "WiFi:./iwdrofimenu.py"

The word WiFi is spelled incorrectly with a capital I instead of a small I, which prevents the program from executing.

So, the command should be,

rofi -show WiFi -modi "WiFi:./iwdrofimenu.py"
defname commented 1 year ago

Thanks for the hint, I corrected it