/rofi-control-center

Search Control Center/System Settings on Fedora distro using rofi.

Primary LanguagePython

Rofi Control Center Plugin

Search Control Center/System Settings on GNOME based distro using rofi.

rofi control center screenshot 1

rofi control center screenshot 2

rofi control center screenshot 3

Installation

  1. Download the script
sudo wget https://raw.githubusercontent.com/bertdida/rofi-control-center/main/rofi-control-center.py -P ~/.local/bin/
  1. ...make it executable.
sudo chmod +x ~/.local/bin/rofi-control-center.py
  1. 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";
}