Change logo to be the same as launcher
parent
70061f0bf1
commit
e956bc2d4a
|
@ -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/"
|
||||||
|
|
Loading…
Reference in New Issue