Skip to content

khaitranhq/linux-control-center

Repository files navigation

Control center

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

Screenshot

Screenshot

Compilation

  1. 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
  1. 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
  1. Add command to run your network manager application and bluetooth manager application into control-center.conf. You can see example in control-center.example.conf
  2. Run control-center standalone:
./control-center

You can learn how to add control center to XFCE here