> For the complete documentation index, see [llms.txt](https://da-home-studio.gitbook.io/elementary-os-user-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://da-home-studio.gitbook.io/elementary-os-user-handbook/best-practices/tips-and-tricks/get-more-tweaks.md).

# Get More Tweaks

If you wish to apply more customization to elementary OS, there is a unique app that can assist you with that. This is [Pantheon Tweaks](https://github.com/pantheon-tweaks/pantheon-tweaks).

**Pantheon Tweaks** is an additional system settings panel for the Pantheon Desktop.

<figure><img src="/files/iMdOOHW2xoyUKxe5Wmn9" alt=""><figcaption><p>Pantheon Tweaks</p></figcaption></figure>

Once **Pantheon Tweaks** is installed, you are able to

* select default system fonts for the interface and documents
* change icon and cursor themes
* configure the window control buttons (including the minimize button)
* amplify the maximum sound volume
* and much more

The official [Pantheon Tweaks page](https://github.com/pantheon-tweaks/pantheon-tweaks) includes the complete guide on the installation. Still we repeat the core steps below.

1. [Add PPA](/elementary-os-user-handbook/best-practices/tips-and-tricks/add-ppas.md) on your system if you did not do it before.
2. Add the PPA of Pantheon Tweaks:

```
sudo add-apt-repository -y ppa:philip.scott/pantheon-tweaks
```

3. Install Pantheon Tweaks:

```
sudo apt install -y pantheon-tweaks
```

4. Open [System Settings](/elementary-os-user-handbook/get-started/explore-system-settings.md#entering-system-settings) and find a new Plug named **Tweaks**.

<figure><img src="/files/dbe3s4GGc7HvyYHRYE5v" alt=""><figcaption><p>Pantheon Tweaks in the System Settings</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://da-home-studio.gitbook.io/elementary-os-user-handbook/best-practices/tips-and-tricks/get-more-tweaks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
