A Mac OS menu bar app that displays the Pixel Dailies theme
v0.2.0 - Adds the option to enable or disable notifications
Note
Due to limitations with the rumps framework, changing this preference doesn't update the notification permissions shown in MacOS System Settings
Start the app and it will automatically fetch the Pixel Dailies theme for the day
The app will refresh every hour while running, but you can also click on "Refresh" in the menu to refresh manually
You'll get a notification from the app when the #tag changes
You can find the latest release of PDBar here on the Releases page
To download the app, just click on the "Assets" dropdown and then click on the "PDBar.app.zip" link
Once you've donwloaded the file, simply unzip it and move PDBar to your Applications folder
You can also build the app yourself!
Note
You'll need Python installed (this app was built using Python 3.14)
- Clone this repo
- Open a terminal and navigate to the root of the cloned directory, PDBar
- Run the command
pip install -r requirements.txtto install the necessary dependencies (you may want to do this in avenv, but it's not strictly required) - Run the command
python setup.py py2appto build the app
If everything worked, you'll find the app here:
{wherever you cloned the repo}/PDBar/dist/PDBar.app
Thanks to Pixel Dailies for the daily inspiration!
All copyrights are property of their respective owners

