{"id":13455346,"url":"https://github.com/vinceliuice/Qogir-theme","last_synced_at":"2025-03-24T08:32:20.112Z","repository":{"id":31921953,"uuid":"130579125","full_name":"vinceliuice/Qogir-theme","owner":"vinceliuice","description":"Qogir is a flat Design theme for GTK","archived":false,"fork":false,"pushed_at":"2024-10-26T07:07:30.000Z","size":32628,"stargazers_count":1569,"open_issues_count":110,"forks_count":119,"subscribers_count":34,"default_branch":"master","last_synced_at":"2024-10-26T18:55:16.385Z","etag":null,"topics":["arc-gtk-theme","firefox","gnome","gtk","qogir-theme"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vinceliuice.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-22T15:12:17.000Z","updated_at":"2024-10-26T07:07:34.000Z","dependencies_parsed_at":"2023-11-10T14:46:04.365Z","dependency_job_id":"1a3f5d8f-9469-4c42-b9a5-e6317edb2590","html_url":"https://github.com/vinceliuice/Qogir-theme","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinceliuice%2FQogir-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinceliuice%2FQogir-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinceliuice%2FQogir-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinceliuice%2FQogir-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinceliuice","download_url":"https://codeload.github.com/vinceliuice/Qogir-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221947534,"owners_count":16906139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arc-gtk-theme","firefox","gnome","gtk","qogir-theme"],"created_at":"2024-07-31T08:01:04.180Z","updated_at":"2025-03-24T08:32:20.105Z","avatar_url":"https://github.com/vinceliuice.png","language":"CSS","funding_links":[],"categories":["Applications","CSS","应用"],"sub_categories":["Desktop Customization","桌面个性化"],"readme":"## Qogir Gtk Theme\n\nQogir 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.\n\nbased on Arc gtk theme\nhorst3180 - Arc gtk theme: https://github.com/horst3180/Arc-theme\n\n![1](https://github.com/vinceliuice/Qogir-theme/blob/images/screenshots/screenshot01.png?raw=true)\n\n## Info\n\n### GTK+ 3.20 or later\n- Set windows button on gnome for a better experience.\n\nGnome ≥ 3.22:\n\n    gsettings set org.gnome.desktop.wm.preferences button-layout appmenu:minimize,maximize,close\n\n\n### GTK2 engines requirment\n- GTK2 engine Murrine 0.98.1.1 or later.\n- GTK2 pixbuf engine or the gtk(2)-engines package.\n\nFedora/RedHat distros:\n\n    dnf install gtk-murrine-engine gtk2-engines\n\nopenSUSE/SUSE distros:\n\n    zypper in gtk2-engine-murrine gtk2-engines\n\nUbuntu/Mint/Debian distros:\n\n    sudo apt-get install gtk2-engines-murrine gtk2-engines-pixbuf\n\nArchLinux:\n\n    pacman -S gtk-engine-murrine gtk-engines\n\nOther:\nSearch for the engines in your distributions repository or install the engines from source.\n\n## Install\n\nUsage:  ./install.sh  [OPTIONS...]\n\n```sh\n  -d, --dest DIR          Specify destination directory (Default: /home/vince/.themes)\n\n  -n, --name NAME         Specify theme name (Default: Qogir)\n\n  -t, --theme VARIANT     Specify theme primary color variant(s) [default|manjaro|ubuntu|all] (Default: blue color)\n\n  -c, --color VARIANT     Specify theme color variant(s) [standard|light|dark] (Default: All variants)\n\n  -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)\n\n  -g, --gdm               Install GDM theme, this option need root user authority! please run this with sudo\n\n  -l, --libadwaita        Install link to gtk4 config for theming libadwaita\n\n  -r, --remove,\n  -u, --uninstall         Uninstall/Remove installed themes\n\n  --tweaks                Specify versions for tweaks [image|square|round] (options can mix use)\n                          1. image:      Install with a background image on (Nautilus/Nemo)\n                          2. square:     Install square window button like Windows 10\n                          3. round:      Install rounded window and popup/menu version\n\n  -h, --help              Show help\n\n\n```\n\n**FOR EXAMPLE:**\n\nInstall default themes\n\n```sh\n./install.sh\n```\n\nInstall dark rounded window version and links for libadwaita\n\n```sh\n./install.sh --tweaks round -c dark -l\n```\n\nInstall rounded window version with square window button and nautilus background image\n\n```sh\n./install.sh --tweaks image square round\n```\n\nInstall standard dark gdm theme\n\n```sh\nsudo ./install.sh -g -c dark -t default\n```\n\nUninstall gdm theme\n\n```sh\nsudo ./install.sh -g -r\n```\n\n### On Flatpak\n\nAll variants are available via Flathub:\n\n```\nflatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo\nflatpak install flathub org.gtk.Gtk3theme.Qogir{,-dark,-light,-win,-manjaro, ...}\n```\n\n### Install on FreeBSD\n\n- Qogir Theme ：`pkg install qogir-gtk-themes`\n\n- Qogir Icon: `pkg install qogir-icon-themes`\n\n### Install on OpenBSD\n\nLet me show you how to install this theme on OpenBSD\n\n```sh\nsudo pkg_add bash\nsudo ln -s /usr/local/bin/bash /bin/bash\ngit clone https://github.com/vinceliuice/Qogir-theme\ncd Qogir-theme\nbash install.sh\n```\n\n### Install on AUR\n```sh\nsudo pamac install qogir-gtk-theme\n```\n[AUR](https://aur.archlinux.org/packages/qogir-gtk-theme/)\n\n## Recommendations\n\n### 1. Kde theme\n[Qogir-kde](https://github.com/vinceliuice/Qogir-kde)\n\n### 2. QT 5/6 theme\n[Qogir-qt](https://github.com/pijulius/qogir-adwaita-qt)\n\n### 3. Fluxbox theme\n[Qogir-fluxbox](https://github.com/pijulius/fluxbox-themes)\n\n### 4. Rofi theme\n[Qogir-rofi](https://github.com/pijulius/rofi-qogir)\n\n### 5. Icon theme\n[Qogir](https://github.com/vinceliuice/Qogir-icon-theme)\n\n## Nautilus logos\n```sh\n./install.sh -i [LOGO NAME...] (Install themes with selected nautilus logo)\n```\n\n![logo](https://github.com/vinceliuice/Qogir-theme/blob/images/logos.png?raw=true)\n\n## Firefox theme\n[Install Firefox theme](src/firefox)\n\n![firefox-theme](src/firefox/preview.png?raw=true)\n\n## Screenshots\n![2](https://github.com/vinceliuice/Qogir-theme/blob/images/screenshots/screenshot02.png?raw=true)\n![3](https://github.com/vinceliuice/Qogir-theme/blob/images/screenshots/screenshot03.png?raw=true)\n![4](https://github.com/vinceliuice/Qogir-theme/blob/images/screenshots/screenshot04.png?raw=true)\n![5](https://github.com/vinceliuice/Qogir-theme/blob/images/screenshots/screenshot05.png?raw=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinceliuice%2FQogir-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinceliuice%2FQogir-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinceliuice%2FQogir-theme/lists"}