Gradience/README.md

301 lines
9.1 KiB
Markdown
Raw Normal View History

2022-10-08 14:10:41 +00:00
<h1 align="center">
2022-10-10 10:33:55 +00:00
<img src="data/icons/hicolor/scalable/apps/com.github.GradienceTeam.Gradience.svg" alt="Gradience" width="192" height="192"/>
2022-10-08 14:10:41 +00:00
<br>
Gradience
</h1>
<p align="center">
<strong>Change the look of Adwaita, with ease</strong>
</p>
<p align="center">
<a href="https://flathub.org/apps/details/com.github.GradienceTeam.Gradience">
<img width="200" alt="Download on Flathub" src="https://flathub.org/assets/badges/flathub-badge-i-en.svg"/>
</a>
<br>
</p>
<br>
<p align="center">
<a href="https://hosted.weblate.org/engage/GradienceTeam">
<img alt="Translation status" src="https://hosted.weblate.org/widgets/GradienceTeam/-/svg-badge.svg"/>
</a>
2022-10-13 21:08:11 +00:00
<a href="https://github.com/GradienceTeam/Gradience/actions/workflows/ci.yml">
<img alt="CI status" src="https://github.com/GradienceTeam/Gradience/actions/workflows/ci.yml/badge.svg"/>
2022-10-08 14:10:41 +00:00
</a>
<a href="https://flathub.org/apps/details/com.github.GradienceTeam.Gradience">
<img alt="Flathub downloads" src="https://img.shields.io/badge/dynamic/json?color=informational&label=downloads&logo=flathub&logoColor=white&query=%24.installs_total&url=https%3A%2F%2Fflathub.org%2Fapi%2Fv2%2Fstats%2Fcom.github.GradienceTeam.Gradience"/>
</a>
<a href="https://repology.org/project/gradience/versions">
2022-10-08 14:10:41 +00:00
<img alt="Packaging status" src="https://repology.org/badge/tiny-repos/gradience.svg">
</a>
</p>
2022-10-13 19:44:14 +00:00
<p align="center">
<a href="https://matrix.to/#/#Gradience:matrix.org">
<img alt="Chat on Matrix" src="https://img.shields.io/matrix/Gradience:matrix.org?label=matrix&logo=matrix"/>
</a>
<a href="https://discord.com/invite/4njFDtfGEZ">
<img alt="Chat on Discord" src="https://img.shields.io/discord/1013779899821064202?label=discord&logo=discord&logoColor=white"/>
</a>
</p>
2022-10-08 14:10:41 +00:00
<p align="center">
2022-10-10 10:33:55 +00:00
<img src="https://github.com/GradienceTeam/Design/raw/main/Covers/preview.png" alt="Preview"/>
2022-10-08 14:10:41 +00:00
</p>
2022-07-20 12:18:05 +00:00
Gradience is a tool for customizing Libadwaita applications and the adw-gtk3 theme.
> **Warning**
> [Gradience, stopthemingmy.app and Adwaita Developers](#%EF%B8%8F-gradience-stopthemingmyapp-and-adwaita-developers)
2022-10-08 14:10:41 +00:00
The main features of Gradience include the following:
2022-10-13 20:53:49 +00:00
- 🎨️ Changing any color of Adwaita theme
- 🖼️ Applying Material 3 color scheme from wallpaper
- 🎁️ Usage of other users presets
- ⚙️ Changing advanced options with CSS
- 🧩️ Extending functionality using plugins
2022-10-08 14:10:41 +00:00
2022-07-18 14:49:17 +00:00
<details>
2022-10-08 14:10:41 +00:00
<summary>📷️ More screenshots</summary>
2022-07-18 14:51:16 +00:00
![Monet Tab](https://github.com/GradienceTeam/Design/raw/main/Screenshots/monet_purple.png)
2022-07-18 14:51:16 +00:00
2022-10-08 14:10:41 +00:00
![Proof of Work](https://github.com/GradienceTeam/Design/raw/main/Screenshots/proof_purple.png)
2022-07-18 14:49:17 +00:00
</details>
2022-10-13 21:07:08 +00:00
## 🎨️ Theming setup
> **Note**
> You can go to `Preferences` and apply overrides for Flatpak
<details>
<summary>🪛️ Manual setup</summary>
### Libadwaita applications
No additional setup is required for native Libadwaita applications.
For Flatpak Libadwaita applications, you need to override their permissions:
- Run `sudo flatpak override --filesystem=xdg-config/gtk-4.0` or
- Use [Flatseal](https://github.com/tchx84/Flatseal) and adding `xdg-config/gtk-4.0` to **Other files** in the **Filesystem** section of **All Applications**
### Vanilla GTK 4 applications
Use [this guide](https://github.com/lassekongo83/adw-gtk3/blob/main/gtk4.md) to theme vanilla GTK 4 applications.
### GTK 3 applications
- Install and apply the [adw-gtk3](https://github.com/lassekongo83/adw-gtk3#readme) theme (don't forget to install the Flatpak package!)
- For Flatpak applications, you need to override their permissions:
- Run `sudo flatpak override --filesystem=xdg-config/gtk-3.0` or
- Use [Flatseal](https://github.com/tchx84/Flatseal) and adding `xdg-config/gtk-3.0` to **Other files** in the **Filesystem** section of **All Applications**
</details>
## 🔄 Revert Theming
> **Note**
> You can press on the menu button in the headerbar and press `Reset Applied Color Scheme`
> ![Main Gradience menu](https://raw.githubusercontent.com/GradienceTeam/Design/main/Screenshots/hamburger_menu.png)
<details>
<summary>🪛️ Manual revert</summary>
### Remove GTK 3 and GTK 4 configs
- Run `rm -rf .config/gtk-4.0 .config/gtk-3.0`
### Remove adw-gtk3 theme
- Run `flatpak uninstall adw-gtk3` to remove Flatpak adw-gtk3 theme
- Run `rm -rf .themes/adw-gtk3 .themes/adw-gtk3-dark .local/share/themes/adw-gtk3 .local/share/themes/adw-gtk3-dark` to remove local adw-gtk3 theme
### Reset Flatpak overrides
- Run `sudo flatpak override --reset`
> **Warning**
> This will reset all Flatpak overrides, such as Firefox Wayland override
</details>
2022-10-13 20:53:49 +00:00
## 📦️ Alternative installation methods
> **Warning**
> The main installation method is Flatpak from Flathub
### COPR
Gradience is available on COPR. You can install it using the following command:
```shell
dnf copr enable lyessaadi/gradience
dnf install gradience
```
### Debian (And derivates)
> **Warning**
> Not available yet.
### AUR
Gradience is available on AUR:
2022-10-13 21:04:35 +00:00
Using [Paru](https://github.com/morganamilo/paru):
2022-10-13 20:53:49 +00:00
```shell
2022-10-13 21:04:35 +00:00
paru -S gradience
2022-10-13 20:53:49 +00:00
```
For latest changes:
```shell
2022-10-13 21:04:35 +00:00
paru -S gradience-git
2022-10-13 20:53:49 +00:00
```
2022-10-13 21:04:35 +00:00
<details>
<summary>🪛️ Without AUR helpers</summary>
2022-10-13 20:53:49 +00:00
```shell
2022-10-13 21:04:35 +00:00
git clone https://aur.archlinux.org/gradience.git
cd gradience
makepkg -sic
2022-10-13 20:53:49 +00:00
```
For latest changes:
```shell
2022-10-13 21:04:35 +00:00
git clone https://aur.archlinux.org/gradience-git.git
cd gradience-git
makepkg -sic
2022-10-13 20:53:49 +00:00
```
2022-10-13 21:04:35 +00:00
</details>
2022-10-13 20:53:49 +00:00
2022-10-08 14:10:41 +00:00
## 🏗️ Building from source
2022-10-08 14:10:41 +00:00
### GNOME Builder
2022-10-08 14:10:41 +00:00
GNOME Builder is the environment used for developing this application.
It can use Flatpak manifests to create a consistent building and running
environment cross-distro. Thus, it is highly recommended you use it.
2022-10-08 14:10:41 +00:00
1. Download [GNOME Builder](https://flathub.org/apps/details/org.gnome.Builder).
2. In Builder, click the "Clone Repository" button at the bottom, using `https://github.com/GradienceTeam/Gradience.git` as the URL.
3. Click the build button at the top once the project is loaded.
2022-10-08 14:10:41 +00:00
### Meson
2022-10-08 14:10:41 +00:00
#### Prerequisites
2022-09-04 15:20:37 +00:00
2022-10-08 14:10:41 +00:00
The following packages are required to build Gradience:
- Python 3 `python`
- PyGObject `python-gobject`
- Blueprint [`blueprint-compiler`](https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/setup.html)
- GTK 4 `gtk4`
- Libadwaita (>= 1.2.alpha) `libadwaita`
- Libsoup 3 (>= 3.2.0) `libsoup`
- Meson `meson`
- Ninja `ninja-build`
2022-09-04 15:20:37 +00:00
2022-10-08 14:10:41 +00:00
Required Python libraries:
2022-09-04 15:20:37 +00:00
2022-10-08 14:10:41 +00:00
```shell
pip install -r requirements.txt
```
2022-10-08 14:10:41 +00:00
#### Build Instruction
2022-08-20 22:10:46 +00:00
2022-10-08 14:10:41 +00:00
##### Global installation
```shell
2022-08-18 16:52:25 +00:00
git clone https://github.com/GradienceTeam/Gradience.git
cd Gradience
meson builddir --prefix=/usr/local
sudo ninja -C builddir install
```
2022-10-08 14:10:41 +00:00
##### Local build (for testing and development purposes)
2022-08-20 22:10:46 +00:00
2022-10-08 14:10:41 +00:00
```shell
2022-08-18 16:52:25 +00:00
git clone https://github.com/GradienceTeam/Gradience.git
cd Gradience
meson builddir
meson configure builddir -Dprefix="$(pwd)/builddir"
ninja -C builddir install
ninja -C builddir run
```
> **Note**
> During testing and development, as a convenience, you can use the `local.sh` script to quickly rebuild local builds.
## 🎛️ Miscellaneous
### Show welcome window again
The following command will make Gradience show welcome screen on next launch, like you just installed it
#### Flatpak
```shell
flatpak run --command=gsettings com.github.GradienceTeam.Gradience reset com.github.GradienceTeam.Gradience first-run
```
2022-11-28 12:23:39 +00:00
#### Alternative installation methods
```shell
gsettings reset com.github.GradienceTeam.Gradience first-run
```
2022-10-08 22:03:18 +00:00
## 🙌 Contribute to Gradience
### Code
2022-10-08 22:03:18 +00:00
Fork this repository, then create a push request when you're done adding features or fixing bugs.
2022-10-13 20:57:33 +00:00
### Localization
2022-10-08 14:10:41 +00:00
You can help Gradience translate into your native language. If you found any typos
or think you can improve a translation, you can use the [Weblate](https://hosted.weblate.org/engage/GradienceTeam) platform.
2022-08-20 22:10:46 +00:00
2022-10-13 19:11:49 +00:00
[![Translations](https://hosted.weblate.org/widgets/GradienceTeam/-/gradience/287x66-white.png)](https://hosted.weblate.org/engage/GradienceTeam/)
2022-10-08 22:03:18 +00:00
## ✨️ Contributors
[![Contributors](https://contrib.rocks/image?repo=GradienceTeam/Gradience)](https://github.com/GradienceTeam/Gradience/graphs/contributors)
2022-10-08 14:10:41 +00:00
## 🏷️ About the Name
Gradience was originally named Adwaita Manager.
You can see the meaning of Gradience on [Wiktionary](https://en.wiktionary.org/wiki/gradience).
The icon represents: _A Paint Roller repainting an Adwaita window, keeping it's functionality._
2022-10-13 19:11:49 +00:00
2022-10-08 14:10:41 +00:00
## 🌱️ Gradience, [stopthemingmy.app](https://stopthemingmy.app) and Adwaita Developers
Gradience Team is not against [stopthemingmy.app](https://stopthemingmy.app) and Adwaita Developers idea, Gradience is a tool for tinkers that want to theme their desktops at their liking, and not a tool for distributions to change theme in them by default, Gradience Team agrees with importance of unified look of Adwaita to make sure that all apps work right and Developers have unified and stable tool for creating their apps.
2022-10-08 14:10:41 +00:00
2022-10-13 19:11:49 +00:00
2022-10-08 14:10:41 +00:00
## 💝 Acknowledgment
Special thanks to:
2022-10-08 14:10:41 +00:00
- Original author of Gradience, [Artyom Fomin](https://github.com/ArtyIF) for creating this project
- [Weblate](https://weblate.org) for providing translation platform
This README is based on README from [Kooha](https://github.com/SeaDve/Kooha) by [Dave Patrick Caberto](https://github.com/SeaDve)