diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da9723e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +.idea/ + diff --git a/app.py b/app.py index c8b633a..e7acb39 100644 --- a/app.py +++ b/app.py @@ -17,6 +17,7 @@ class AwesomeStatusBarApp(rumps.App): def __init__(self): super(AwesomeStatusBarApp, self).__init__("Awesome App") # -=-=--=-=--=-=--=-=--=-=--=-=--=-=--=-=--=-=--=-=--=-=--=-=- + self.template = True self.getData = GetData() self.icon = "gitIco.png" self.menu = [REFRESH, None, USERNAME, None, YOUR_REPOSITORY] @@ -45,6 +46,7 @@ def downloadingInformer(self): def loading_animation(self, threed): loading_string = "Loading..." self.icon = "reload.png" + while threed.is_alive(): temp = ""