Skip to content

Logawinner/sonic-system-info

 
 

Repository files navigation

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

About

fork of https://invent.kde.org/plasma/kinfocenter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 56.4%
  • QML 23.9%
  • CMake 15.3%
  • Python 3.0%
  • Shell 1.1%
  • Euphoria 0.3%