qualia GTK theme
A Yaru and Libadwaita inspired theme designed to provide a consistent experience on GTK desktops.
This snap must be used with https://github.com/dgsasha/qualia-gtk-theme
Enabling GTK3 Theme
for i in $(snap connections | grep gtk-common-themes:gtk-3-themes | awk '{print $2}'); do sudo snap connect $i dg-adw-gtk3-theme:gtk-3-themes; done
Enabling Icon Theme
for i in $(snap connections | grep gtk-common-themes:icon-themes | awk '{print $2}'); do sudo snap connect $i dg-adw-gtk3-theme:icon-themes; done
Enabling Sound Theme
for i in $(snap connections | grep gtk-common-themes:sound-themes | awk '{print $2}'); do sudo snap connect $i dg-adw-gtk3-theme:sound-themes; done