sudo pacman -S bash
yay -S rofi dunstify
git clone https://github.com/cherrynoize/irnm
cd irnm
./install.sh
This will install to the default install dir. You can override this behaviour with:
INSTALL_DIR=/path/to/dest ./install.sh
irnm
You can set up your rofi
theme in config.rasi
like this:
@theme /path/to/theme.rasi
since irnm.rasi
imports ~/.config/rofi/config.rasi
by
default (you may want to edit that out if that's not what you
want or if your config sits in another path). Or you can add a
theme directive right in there to be used with irnm
only.
If you want to integrate a wpgtk
theme such as the one provided,
you're going to need to set up a template. Refer to
Deviantfero's documentation
for that.
- For some reason it's not showing any networks if you aren't already connected to one. Sounds like a silly bug I just haven't really looked into it yet (feel free to submit a PR if you did).
- Verify and add any missing dependencies to list
- Make a better install script so that it also installs config files some other place. (Always be careful not to override stuff!)
- Uninstall script
- Hotspot functionality
You can have a look at the TODO and known bugs lists or open an issue/PR if you have found more.
Honestly would love to hear from anyone who has actually used this, so if you want to reach out.