Skip to content

papyros/settings-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Papyros Settings

Join the chat at https://gitter.im/papyros/core-apps

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.

Module Architecture

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.

Dependencies

Installation

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

Licensing

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.