vinceliuice / Magnetic-gtk-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magnetic gtk theme

Magnetic

Requirements

  • GTK >=3.20

  • gnome-themes-extra (or gnome-themes-standard)

  • Murrine engine — The package name depends on the distro.

    • gtk-engine-murrine on Arch Linux
    • gtk-murrine-engine on Fedora
    • gtk2-engine-murrine on openSUSE
    • gtk2-engines-murrine on Debian, Ubuntu, etc.
  • sassc — build dependency

  • Icon theme Tela-circle

Donate

If you like my project, you can buy me a coffee:

PayPal donate button

Installation

Manual Installation

Run the following commands in the terminal:

./install.sh

Tip: ./install.sh allows the following options:

-d, --dest DIR          Specify destination directory (Default: ~/.themes)
-n, --name NAME         Specify theme name (Default: Magnetic)
-t, --theme VARIANT...  Specify theme color variant(s) [default|purple|pink|red|orange|yellow|green|teal|grey|all] (Default: blue)
-c, --color VARIANT...  Specify color variant(s) [standard|light|dark] (Default: All variants)
-s, --size VARIANT...   Specify size variant [standard|compact] (Default: standard variant)

-l, --libadwaita        Link installed gtk-4.0 theme to config folder for all libadwaita app use this theme

-r, --remove,
-u, --uninstall         Uninstall/Remove installed themes or links

--tweaks                Specify versions for tweaks
                        1. [nord|dracula|gruvbox|all]   (Nord/Dracula/gruvbox/all) ColorSchemes version
                        2. black                        Blackness color version
                        3. float                        Floating gnome-shell panel style
                        4. outline                      Windows with 2px outline style

-h, --help              Show help

For more information, run: ./install.sh --help

Flatpak Installation

Automatically install your host GTK+ theme as a Flatpak. Use this:

About

License:GNU General Public License v3.0


Languages

Language:SCSS 90.4%Language:Shell 9.5%Language:CSS 0.1%