Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 710 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 710 Bytes

elementary-tweaks

elementary-tweaks is a system settings component for elementary OS that lets you easily customise the desktop's appearance.

This repository is a fork of the original elementary-tweaks and could not have been done without the work of its authors Michael P. Starkweather, Michael "Versable", PerfectCarl and additional contributors.

sample

Development

How to build

sudo apt-get install libgconf2-dev libpolkit-gobject-1-dev
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr ../
make 
    
sudo make install 
switchboard