- Cloning the repository:
git clone https://github.com/meowrch/rofi-network-manager.git
- Go to the catalog:
cd ./rofi-network-manager
- Launching utilities:
sh network-manager.sh
- (Optional) For easy access, add the script somewhere in your $PATH.
[module/network-manager]
type = custom/script
interval = 3
exec = "sh PATH_TO_SCRIPT --status --enabled-color "#a6e3a1" --disabled-color "#f38ba8""
click-left = "sh PATH_TO_SCRIPT"
label = "%output%"
format-background = ${colors.sbg}
"custom/networkmanager": {
"exec": "sh PATH_TO_SCRIPT --status --disabled-color \"#f38ba8\" --enabled-color \"#a6e3a1\" | cat",
"return-type": "raw",
"format": "{} ",
"interval": 3,
"rotate": 0,
"on-click": "sh PATH_TO_SCRIPT,
"tooltip": false
},
This project is released under the MIT license, which grants the following permissions:
- Commercial use
- Distribution
- Modification
- Private use
For more convoluted language, see the MIT License