sonic-system-info is used to display information about your computer's hardware on the Sonic desktop. This repository hosts the modules for it while the main shell is System Settings.
We appreciate your interest in contributing! To report a bug, please use the Plasma Workspace bug tracker at Issues · Sonic-DE/plasma-workspace-sonic.
To make a source code contribution, fork the repo then create a pull request with your changes.
sonic-system-info uses CMake like most SonicDE projects, so you can build it like this:
mkdir build
cd build
cmake ..
makeor with ninja:
mkdir build
cd build
cmake -G Ninja ..
ninja