avanisubbiah / material-you-theme

Applies generated libadwaita theme from wallpaper using Material You
GNU General Public License v3.0
251 stars 20 forks source link

Feature Request - Shell theming ONLY #72

Open seanleavy opened 1 year ago

seanleavy commented 1 year ago

Hi. Thanks for the great extension.

I have a request if you like:

The Shell theming looks lovely. Would it be possible to add a setting to only apply it and ignore the GTK theme?

Currently I just comment out the gtk/3/4.css file creation code to achieve this:

/*
    let config_path = GLib.get_home_dir() + "/.config";
    create_dir(config_path + "/gtk-4.0");
    create_dir(config_path + "/gtk-3.0");
    write_str(css, config_path + "/gtk-4.0/gtk.css");
    write_str(css, config_path + "/gtk-3.0/gtk.css");
*/ 

Rgds