Code Monkey home page Code Monkey logo

qogir-theme's Introduction

Qogir Gtk Theme

Qogir is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Cinnamon Pantheon, XFCE, Mate, etc.

based on Arc gtk theme horst3180 - Arc gtk theme: https://github.com/horst3180/Arc-theme

1

NOTICE

In Gnome 42 can not use Qogir-dark theme, so I renamed all *-dark themes to *-Dark So you need to remove all old themes and reinstall the last version

Info

GTK+ 3.20 or later

  • Set windows button on gnome for a better experience.

Gnome ≥ 3.22:

gsettings set org.gnome.desktop.wm.preferences button-layout appmenu:minimize,maximize,close

GTK2 engines requirment

  • GTK2 engine Murrine 0.98.1.1 or later.
  • GTK2 pixbuf engine or the gtk(2)-engines package.

Fedora/RedHat distros:

dnf install gtk-murrine-engine gtk2-engines

Ubuntu/Mint/Debian distros:

sudo apt-get install gtk2-engines-murrine gtk2-engines-pixbuf

ArchLinux:

pacman -S gtk-engine-murrine gtk-engines

Other: Search for the engines in your distributions repository or install the engines from source.

Install

Usage: ./install.sh [OPTIONS...]

  -d, --dest DIR          Specify destination directory (Default: /home/vince/.themes)

  -n, --name NAME         Specify theme name (Default: Qogir)

  -t, --theme VARIANT     Specify theme primary color variant(s) [default|manjaro|ubuntu|all] (Default: blue color)

  -c, --color VARIANT     Specify theme color variant(s) [standard|light|dark] (Default: All variants)

  -i, --icon VARIANT      Specify logo icon on nautilus [default|manjaro|ubuntu|fedora|debian|arch|gnome|budgie|popos|gentoo|void|zorin|mxlinux|opensuse] (Default: mountain icon)

  -g, --gdm               Install GDM theme, this option need root user authority! please run this with sudo

  -l, --libadwaita        Install link to gtk4 config for theming libadwaita

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

  --tweaks                Specify versions for tweaks [image|square|round] (options can mix use)
                          1. image:      Install with a background image on (Nautilus/Nemo)
                          2. square:     Install square window button like Windows 10
                          3. round:      Install rounded window and popup/menu version

  -h, --help              Show help

FOR EXAMPLE:

Install default themes

./install.sh

Install dark rounded window version and links for libadwaita

./install.sh --tweaks round -c dark -l

Install rounded window version with square window button and nautilus background image

./install.sh --tweaks image square round

Install standard dark gdm theme

sudo ./install.sh -g -c dark -t default

Uninstall gdm theme

sudo ./install.sh -g -r

On Flatpak

All variants are available via Flathub:

flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.gtk.Gtk3theme.Qogir{,-dark,-light,-win,-manjaro, ...}

On Snapcraft

Get it from the Snap Store

The snap contains all flavours of the GTK and icon themes. To connect the theme to other snap packages, please run:

sudo snap connect [other snap]:gtk-3-themes qogir-themes:gtk-3-themes
sudo snap connect [other snap]:icon-themes qogir-themes:icon-themes

To connect the theme to an app run:

sudo snap connect [other snap]:gtk-3-themes qogir-themes:gtk-3-themes

To connect the theme to all apps which have available plugs to gtk-common-themes you can run:

for i in $(snap connections | grep gtk-common-themes:gtk-3-themes | awk '{print $2}'); do sudo snap connect $i orchis-themes:gtk-3-themes; done
for i in $(snap connections | grep gtk-common-themes:icon-themes | awk '{print $2}'); do sudo snap connect $i qogir-themes:icon-themes; done

Install on FreeBSD

  • Qogir Theme :pkg install qogir-gtk-themes

  • Qogir Icon: pkg install qogir-icon-themes

Install on OpenBSD

Let me show you how to install this theme on OpenBSD

sudo pkg_add bash
sudo ln -s /usr/local/bin/bash /bin/bash
git clone https://github.com/vinceliuice/Qogir-theme
cd Qogir-theme
bash install.sh

Nautilus logos

./install.sh -i [LOGO NAME...] (Install themes with selected nautilus logo)

logo

Firefox theme

Install Firefox theme

firefox-theme

AUR

AUR

Kde theme

Qogir-kde

Icon theme

Qogir

Screenshots

2 3 4 5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.