tfuxu / material-you-theme

Applies generated libadwaita theme from wallpaper using Material You

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material You Color Theming

Applies generated libadwaita theme from wallpaper using Material You

extension-screenshot

Installation

Copy the extension to your extensions folder (create the folder if it does not exist).

Build Dependencies

  • gettext

Ubuntu

apt install gettext

Fedora

dnf install gettext

Extension Installation

git clone https://github.com/avanishsubbiah/material-you-theme
cd material-you-theme
make && make install

Log out and log back in and you should be able to enable it in your extension manager.

NOTE: Using the extension now will only theme your native installed libadwaita apps, follow the steps below to have the theme apply to GTK3 and flatpak apps and the shell.

Shell Theming

To enable gnome shell theming first install nodejs and npm, then click the install sass button in extension preferences.

You also need to install the User Themes extensions to apply the theme.

If User Themes is installed through gnome extension store you will get a warning that the MaterialYou shell theme could not be applied automatically. In this case use Gnome Tweaks or User Themes to manually apply the MaterialYou shell theme.

GDM Theming

To enable GDM theming first install gdm-tools. Then run following commands to install the theme.

sudo cp -r ~/.local/share/themes/MaterialYou/ /usr/share/themes
set-gdm-theme backup update
gsettings get org.gnome.desktop.background picture-uri | set-gdm-theme set MaterialYou

If you experience problems, you need to run

set-gdm-theme default

Libadwaita

Native

Theming for native libadwaita will work by default.

Flatpak

Install Flatseal, and add xdg-config/gtk-4.0:ro to Other Files under the category Filesystem in the All Applications section.

GTK3

Native

Install the adw-gtk3 theme and apply it.

Flatpak

After installing the adw-gtk3 add xdg-config/gtk-3.0:ro to Other Files under the category Filesystem in the All Applications section using Flatseal.

Usage

Once the extension is enabled the extension will update your theme based on your current wallpaper and system dark mode preference. When you change your system dark mode preference or wallpaper the extension will automatically refresh your theme.

Uninstall

Disabling the extension in your extension manager will undo theme changes back to default.

About

Applies generated libadwaita theme from wallpaper using Material You

License:GNU General Public License v3.0


Languages

Language:SCSS 79.3%Language:JavaScript 17.8%Language:Meson 2.1%Language:CSS 0.5%Language:Makefile 0.4%