Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 815 Bytes

File metadata and controls

30 lines (21 loc) · 815 Bytes

sonic-system-info

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.

Contributing

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.

Build instructions

sonic-system-info uses CMake like most SonicDE projects, so you can build it like this:

mkdir build
cd build
cmake ..
make

or with ninja:

mkdir build
cd build
cmake -G Ninja ..
ninja