Skip to content

Commit

Permalink
Changed icon, updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rughalt committed Mar 30, 2019
1 parent 4fb99f2 commit 6943eda
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ all of your desktops.

<img src="app_icon.png" alt="Bgnpaper Icon" width="200"/>

> First (a little bit ugly) version of Beengpaper icon
> Second (and i hope a little less ugly) version of Beengpaper icon
### Requirements
Beengpaper requires macOS El Captain (10.11) or later.
Expand Down
Binary file modified app_icon.icns
Binary file not shown.
Binary file modified app_icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 0 additions & 11 deletions beengpaper.py
Expand Up @@ -89,17 +89,6 @@ def __init__(self):
self.menu['Region'].title = 'Region (%s)' % region_code[self.region]
logging.info('Starting app')


se = app('System Events')
desktops = se.desktops.display_name.get()
has_multiple_wallpapers_on_desktop = False;
for d in desktops:
desk = se.desktops[its.display_name == d]
if len(desk.picture.get()) > 1:
has_multiple_wallpapers_on_desktop = True
if has_multiple_wallpapers_on_desktop:
rumps.alert(title='Beengpaper Warning', message='You have multiple wallpapers set on one of your desktops. Beengpaper may not work correctly in this setup.', ok=None, icon_path=None)

self.get_new_wallpaper(None)

@rumps.clicked("About Beengpaper")
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -32,8 +32,8 @@
'CFBundleDisplayName': 'Beengpaper',
'CFBundleGetInfoString': "Gets Bing daily wallpaper to your desktop",
'CFBundleIdentifier': "com.dragonshorn.bngpaper",
'CFBundleVersion': "1.1.0",
'CFBundleShortVersionString': "1.1.0",
'CFBundleVersion': "1.2.0",
'CFBundleShortVersionString': "1.2.0",
'NSHumanReadableCopyright': u"Copyright © 2019, Antoni Sobkowicz / Dragonshorn Studios",
'LSUIElement': True,
},
Expand Down

0 comments on commit 6943eda

Please sign in to comment.