Search Control Center/System Settings on GNOME based distro using rofi.
- Download the script
sudo wget https://raw.githubusercontent.com/bertdida/rofi-control-center/main/rofi-control-center.py -P ~/.local/bin/
- ...make it executable.
sudo chmod +x ~/.local/bin/rofi-control-center.py
- Launch using rofi command
rofi -modi "settings:~/.local/bin/rofi-control-center.py" -show settings -show-icons
or edit your rofi config to load the script automatically.
configuration {
modi: "drun,settings:~/.local/bin/rofi-control-center.py";
}