Skip to content

ranqiangjun/macos-menu-bar-the-drupal-way

Repository files navigation

macOS menu bar -- The Drupal way

Two examples of utilizing Bitbar to watching changes on Drupal.org

Two tools

  • Dozer -- Hide status bar icons on macOS

  • Bitbar -- Put anything in your Mac OS X menu bar


The two examples are Bitbar plugins actually.

  • Python3 is required to get them running

And you should change the Drupal.org credentials in do.5m.py to your own.

# Change your drupal.org credentials here
username = 'YOUR_DRUAP.ORG_ACCOUNT'
password = "YOUR_PASSWORD"
  • Two python packages are used: beautifulsoup4 and requests
$ pip3 install beautifulsoup4 requests 

Or

$ pip3 -r requirements.txt

Extras

  • macos-menu-bar-the-drupal-way.mp4 is the demo in mp4 format
  • macos-menu-bar-the-drupal-way.gif is converted from macos-menu-bar-the-drupal-way.mp4
  • macos-menu-bar-the-drupal-way.md is the soure of the blog post https://jungleran.com/node/75

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages