Change logo to be the same as launcher

merge-requests/64/head
Huluti 2017-01-28 14:55:40 +01:00
parent 70061f0bf1
commit e956bc2d4a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class ManjaroHello():
# Path vars # Path vars
self.home_path = os.path.expanduser("~") 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: if os.path.basename(sys.argv[0]) == self.app:
self.data_path = "/usr/share/" + self.app + "/data/" self.data_path = "/usr/share/" + self.app + "/data/"
self.locale_path = "/usr/share/locale/" self.locale_path = "/usr/share/locale/"