Skip to content

Commit

Permalink
Update on launch, readme changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rughalt committed Mar 24, 2019
1 parent a8bfc2a commit 113d7d2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -10,3 +10,5 @@ dist/
build/

bngpaper\.logoist

*.dmg
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,9 @@ all of your desktops.

> First (a little bit ugly) version of Beengpaper icon
### Requirements
Beengpaper requires macOS El Captain (10.11) or later.

### Installation

Download the application here, open `.dmg` file and drag and drop the
Expand All @@ -29,6 +32,19 @@ python setup.py py2app
**Q. But why?**

A. Because I got bored one sunday morning, and I like Bing wallpapers.

**Q. Names in the menu change but application does not change my
wallpaper**

A. This may be caused by one of three things:
- You did not allow application access to System Events when it first
asked (you can change it under Preferences > Security)
- Your current wallpaper setting is "Change wallpaper every ..." in
macOS preferences. Set wallpaper to static image to allow Beengpaper
to work
- Application broke because something changed in Bing stream. If you
think your problem is not related to two above, pleas open an issue on
GitHub.

**Q. How can I make Beengpaper launch on startup?**

Expand Down
1 change: 1 addition & 0 deletions beengpaper.py
Expand Up @@ -90,6 +90,7 @@ def __init__(self):

t = Timer(30.0, self.get_new_wallpaper)
t.start()
self.get_new_wallpaper()

@rumps.clicked("About Beengpaper")
def about(self, _):
Expand Down

0 comments on commit 113d7d2

Please sign in to comment.