Closed NoGoat closed 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"
Thanks for the hint, I corrected it
In the README file, it asks you to run using
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,