Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elementary-tweaks/elementary-tweaks
elementary OS customization tool
https://github.com/elementary-tweaks/elementary-tweaks
Last synced: 14 days ago
JSON representation
elementary OS customization tool
- Host: GitHub
- URL: https://github.com/elementary-tweaks/elementary-tweaks
- Owner: elementary-tweaks
- License: gpl-3.0
- Archived: true
- Created: 2016-03-13T18:27:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T01:03:43.000Z (about 4 years ago)
- Last Synced: 2024-10-31T02:25:25.804Z (14 days ago)
- Language: Vala
- Homepage:
- Size: 6.21 MB
- Stars: 611
- Watchers: 21
- Forks: 51
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
- awesome-elementaryos - elementary tweaks - elementary OS customisation tool (Applications / Customization)
README
# elementary tweaks
elementary tweaks is a system settings panel for elementary OS **Juno** that lets you easily and safely customise your desktop's appearanceFuture releases and support for elementary OS **Odin** will be available here: https://github.com/pantheon-tweaks/pantheon-tweaks/
![sample](docs/screenshot.png)
## Installation
```
sudo add-apt-repository ppa:philip.scott/elementary-tweaks
sudo apt install elementary-tweaks
```If you have never added a PPA on Juno before, you might need to run this command first:
```
sudo apt install software-properties-common
```### How to build
```
sudo apt install libgconf2-dev libpolkit-gobject-1-dev libswitchboard-2.0-dev elementary-sdk
meson build --prefix=/usr
cd build
ninjasudo ninja install
io.elementary.switchboard
```### Special Thanks
This repository is a fork of the [original elementary-tweaks](https://launchpad.net/elementary-tweaks) and could not have been done without the work of its [authors](AUTHORS) Michael P. Starkweather, Michael "Versable" Langfermann, PerfectCarl, Marvin Beckers and additional [contributors](CONTRIBUTORS).