Skip to content

Feature Request - Shell theming ONLY #72

@seanleavy

Description

@seanleavy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions