ChromeOS gtk theme for linux desktop
ChromeOS is a Material Design theme for GNOME/GTK based desktop environments. Based on nana-4 -- materia-theme
>=3.20
gnome-themes-extra(or
gnome-themes-standard)
gtk-engine-murrineon Arch Linux
gtk-murrine-engineon Fedora
gtk2-engine-murrineon openSUSE
gtk2-engines-murrineon Debian, Ubuntu, etc.
bc— build dependency
Run the following commands in the terminal:
./install.sh
Tip:
./install.shallows the following options:
-d, --dest DIR Specify destination directory (Default: /usr/share/themes) -n, --name NAME Specify theme name (Default: ChromeOS) -c, --color VARIANT... Specify color variant(s) [standard|dark|light] (Default: All variants) -s, --size VARIANT Specify size variant [standard|compact] (Default: All variants) -h, --help Show help
For more information, run:
./install.sh --help
You can install the theme from the Snap Store оr by running:
sudo snap install chromeos-themes
To connect the theme to an app run:
sudo snap connect [other snap]:gtk-3-themes chromeos-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 chromeos-themes:gtk-3-themes; done