The system settings app for Papyros. This is mostly a proof-of-concept right now, with very few settings modules. Feel free to contribute new ones or improve the existing ones!
Brought to you by the Papyros development team.
Modules are installed under /usr/share/papyros-settings/modules
in a directory with the module's reverse-domain name, such as io.papyros.settings.appearance
. Each module consists of a metadata.json
file, a Main.qml
file, and any additional QML resources.
- Qt 5.4 or higher
- Papyros Shell
- libpapyros
- QtAccountsService
- Extra CMake Modules
Once the necessary dependencies are installed, you can build and install the Settings app as follows:
mkdir build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make && sudo make install
And then run the settings app:
papyros-settings
Papyros terminal is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.