A simply control center to monitor connections such as WiFi, Bluetooth, etc. And Monitor brightness level and sound volume.
This repository is a fork of comice-control-center
- Install build dependencies:
# Ubuntu
sudo apt install python3-dbus util-linux gsettings-desktop-schemas wireless-tools iproute alsa-utils python3-pip
# Fedora
sudo dnf install python3 python3-dbus util-linux gsettings-desktop-schemas wireless-tools iproute alsa-utils python3-pip
# Arch
sudo pacman -S util-linux gsettings-desktop-schemas wireless_tools iproute alsa-utils dbus-python python-pip
- Clone and install python3 (pip) dependencies:
git clone https://github.com/lioaslan/linux-control-center.git
cd linux-control-center
sudo pip3 install -r requirements.txt
- Add command to run your network manager application and bluetooth manager application into
control-center.conf
. You can see example incontrol-center.example.conf
- Run
control-center
standalone:
./control-center
You can learn how to add control center to XFCE here