From e956bc2d4a24615427ee5df05a64d1ed11d6e49b Mon Sep 17 00:00:00 2001 From: Huluti Date: Sat, 28 Jan 2017 14:55:40 +0100 Subject: [PATCH] Change logo to be the same as launcher --- src/manjaro_hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 2ce0637..f89d883 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -19,7 +19,7 @@ class ManjaroHello(): # Path vars self.home_path = os.path.expanduser("~") - self.logo_path = "/usr/share/icons/manjaro/green/64x64.png" + self.logo_path = "/usr/share/icons/manjaro/maia/64x64.png" if os.path.basename(sys.argv[0]) == self.app: self.data_path = "/usr/share/" + self.app + "/data/" self.locale_path = "/usr/share/locale/"