From 801a7a2112b588108b899a5f30c932396b7079ab Mon Sep 17 00:00:00 2001 From: buncis Date: Fri, 20 Nov 2020 02:50:08 +0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a1b38a..dc5f194 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,8 @@ To connect the theme to an app run: sudo snap connect [other snap]:gtk-3-themes orchis-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 orchis-themes:gtk-3-themes; done +``` +for i in $(snap connections | grep gtk-common-themes:gtk-3-themes | awk '{print $2}'); do sudo snap connect $i orchis-themes:gtk-3-themes; done ``` ### Firefox theme