All Projects → lassekongo83 → adw-gtk3

lassekongo83 / adw-gtk3

Licence: LGPL-2.1 license
The theme from libadwaita ported to GTK-3

Programming Languages

SCSS
7915 projects
Meson
512 projects
shell
77523 projects

Projects that are alternatives of or similar to adw-gtk3

libadwaita
Libadwaita's widgets for Flutter. Following Gnome HIG and available on all platforms.
Stars: ✭ 171 (-74.09%)
Mutual labels:  adwaita, libadwaita
dippi
Calculate display info like DPI and aspect ratio
Stars: ✭ 57 (-91.36%)
Mutual labels:  adwaita, libadwaita
tempus-themes
[Mirror] Tempus is a collection of themes for Vim, text editors, and terminal emulators that are compliant at the very least with the WCAG AA accessibility standard for colour contrast
Stars: ✭ 48 (-92.73%)
Mutual labels:  gtk3, gtk3-theme
postcss-gtk
Processes GTK+ CSS into browser CSS
Stars: ✭ 23 (-96.52%)
Mutual labels:  gtk3, gtk3-theme
photos
Photo viewer and organizer designed for elementary OS
Stars: ✭ 101 (-84.7%)
Mutual labels:  gtk3
switchboard-plug-wacom
Manage drawing tablets and Wacom devices
Stars: ✭ 17 (-97.42%)
Mutual labels:  gtk3
gestures
Outdated page, see GitLab link:
Stars: ✭ 21 (-96.82%)
Mutual labels:  gtk3
pw3270
3270 Emulator for gtk
Stars: ✭ 38 (-94.24%)
Mutual labels:  gtk3
theme-obsidian-2
Gnome theme, based upon Adwaita-Maia dark skin
Stars: ✭ 26 (-96.06%)
Mutual labels:  gtk3-theme
wingpanel-indicator-datetime
Wingpanel Date & Time Indicator
Stars: ✭ 28 (-95.76%)
Mutual labels:  gtk3
wingpanel-indicator-notifications
Wingpanel Notifications Indicator
Stars: ✭ 22 (-96.67%)
Mutual labels:  gtk3
switchboard-plug-useraccounts
Switchboard User Accounts Plug
Stars: ✭ 13 (-98.03%)
Mutual labels:  gtk3
Lights-Up
Philips Hue controller for Linux [WIP]
Stars: ✭ 27 (-95.91%)
Mutual labels:  gtk3
Wordbook
Wordbook is a dictionary application built for GNOME.
Stars: ✭ 56 (-91.52%)
Mutual labels:  libadwaita
abaddon
An alternative Discord client made with C++/gtkmm
Stars: ✭ 333 (-49.55%)
Mutual labels:  gtk3
Shades-of-gray-theme
[unmaintained] A flat dark GTK-theme with ergonomic contrasts
Stars: ✭ 60 (-90.91%)
Mutual labels:  gtk3-theme
notification-thing
Python-based implementation of Desktop Notifications Specification (notification-daemon)
Stars: ✭ 24 (-96.36%)
Mutual labels:  gtk3
cl-cffi-gtk
#cl-cffi-gtk on Freenode. A Lisp binding to GTK+3. SBCL/CCL/ABCL (ECL/CLISP unstable)
Stars: ✭ 35 (-94.7%)
Mutual labels:  gtk3
gpt
Simple GoPro media organization tool
Stars: ✭ 37 (-94.39%)
Mutual labels:  gtk3
equilux-theme
A Material Design-like theme for GNOME/GTK+ based desktop environments.
Stars: ✭ 328 (-50.3%)
Mutual labels:  gtk3-theme

adw-gtk3

An unofficial GTK3 port of libadwaita.

Keep in mind that this port does not aim to be a 100% look-a-like of libadwaita. There are some limitations to what GTK3 can do.

Light theme Dark theme
adw-gtk3-light adw-gtk3-dark

Wallpapers: here and here

How to install

Tarball

  1. Go to the releases section and download the latest tar.xz file.
  2. Extract the file to ~/.local/share/themes/ (or ~/.themes/ if you use Fedora Silverblue).

If you need to use applications with admin privileges it's recommended to extract the file to /usr/share/themes

You can then enable adw-gtk3 in the application gnome-tweaks.

If you use the dark theme you'll also need to enable the dark appearance in gnome-control-center.

Alternatively you can set the theme in the terminal:

# adw-gtk3 light
gsettings set org.gnome.desktop.interface gtk-theme 'adw-gtk3' && gsettings set org.gnome.desktop.interface color-scheme 'default'
# adw-gtk3 dark
gsettings set org.gnome.desktop.interface gtk-theme 'adw-gtk3-dark' && gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
# Revert to GNOME's default theme
gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita' && gsettings set org.gnome.desktop.interface color-scheme 'default'

Other install options

These are maintained by contributors. It is recommended to install the flatpak versions if you use flatpak applications and the snapcraft version if you use snap applications.

dnf copr enable nickavem/adw-gtk3
dnf install adw-gtk3

Thanks to @dusansimic (Flatpak, AUR), @kuroehanako (Snapcraft), @nickavem (Fedora copr) for the help.

Installation from source

This will install the latest version from the main branch. Use this install method if you want to contribute and help testing the theme.

See CONTRIBUTING.md for the instructions.

Customizing

adw-gtk3-customized

Wallpaper: here | Customization: Peninsula-dark

Adw-gtk3 and libadwaita can be customized with GTK named colors. See adw-colors for more info.

For more consistency

How to uninstall the theme(s)

To be safe from any crashes or weirdness, change the theme to another one before running the command(s) below.

  • For a global install: sudo rm -r /usr/share/themes/adw-gtk3*
  • For a local install: rm -r ~/.local/share/themes/adw-gtk3*

Flatpak: flatpak uninstall org.gtk.Gtk3theme.adw-gtk3 org.gtk.Gtk3theme.adw-gtk3-dark

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].