From 421ba506fe258fef5b15c3583e6e04fc906964cd Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 3 Dec 2020 13:28:18 +0800 Subject: [PATCH] update --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index ae8a66f..93c1196 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,29 @@ After all the dependencies are installed, you can Run ./install.sh +### On Snapcraft + + +Get it from the Snap Store + + +You can install the theme from the Snap Store оr by running: + +``` +sudo snap install whitesur-gtk-theme +``` +To connect the theme to an app run: +``` +sudo snap connect [other snap]:gtk-3-themes whitesur-gtk-theme:gtk-3-themes +``` +``` +sudo snap connect [other snap]:icon-themes whitesur-gtk-theme:icon-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 whitesur-gtk-theme:gtk-3-themes; done +``` + #### Install tips Usage: `./Install` **[OPTIONS...]**