#
bitbar
Here are 159 public repositories matching this topic...
Open
Update README
1
Simplifies BitBar app plugin creation
-
Updated
Apr 1, 2020 - JavaScript
BitBar plugin to control dnscrypt-proxy usage
-
Updated
May 29, 2020 - Shell
windows
macos
linux
homebrew
ruby-gem
npm
package-manager
yarn
snap
apt
dpkg
apm
pip
bitbar
opkg
atom-editor
flatpak
php-composer
mac-app-store
-
Updated
Jun 23, 2020 - Python
gingerbeardman
commented
Jun 19, 2018
// Create BitBar formatter
$bb = new BitBar();
// Create the first line
$line = $bb->newLine();
// Set the text and formatting
$mainMenu = $line
->setText("Servers")
->setColour("yellow");
$mainMenu = $mainMenu->addSubMenu()
->newLine()
->setText("Server 1")
->setUrl('http://server1.com');
$mainMenu = $mainMenu->addSubMenu()
->newLine()
->setT
Go library for building BitBar plugins
-
Updated
Oct 3, 2018 - Go
Track Covid-19 cases in India from MacOS menu bar
bitbar
macos-app
coronavirus-tracking
coronavirus-info
coronavirus-tracker
covid-19
covid-data
covid-19-india
-
Updated
Jun 15, 2020 - JavaScript
Bitbar plugin for the OpenFaas platform written in #golang
-
Updated
Jul 4, 2018 - Go
-
Updated
Nov 17, 2018 - C
A plugin for BitBar that shows your upcoming Google Calendar events.
-
Updated
Oct 20, 2019 - JavaScript
Rust crate to build BitBar plugins
-
Updated
Mar 6, 2019 - Rust
-
Updated
Jun 9, 2017 - Ruby
A *crazy* customizable Bitbar plugin that displays the total number of spaces and highlights the current one.
-
Updated
May 12, 2020 - Shell
A simple command line tool for managing your work hours and the money you make
-
Updated
Jan 19, 2019 - Python
A command line tool for managing your BitBar plugins.
-
Updated
Feb 20, 2017 - JavaScript
A BitBar Plugin that displays your recent Trello notifications in your Mac OS X Menu Bar
-
Updated
Feb 28, 2017 - Shell
A CLI tool and a BitBar plugin for Islamic prayer times
-
Updated
Mar 22, 2018 - Shell
Bitbar Cloud API Client for Java
-
Updated
Jun 17, 2020 - Java
䷉Craft macOS Menu Bar Applications with Rscript & BitBar
-
Updated
Jun 21, 2020 - R
bash script for reading AQI from the airly.eu sensors for BitBar (macOS) and Argos (Linux + Gnome) statusbar
-
Updated
Jul 16, 2019 - Shell
BitBar plugin that displays statuses of local Docker containers
-
Updated
Jun 14, 2020 - Go
Improve this page
Add a description, image, and links to the bitbar topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bitbar topic, visit your repo's landing page and select "manage topics."
Bitbar 1.9.2
macOS 10.14.3
Given this output, it is impossible to view the dropdown items. Clicking or context-clicking on "foo menu" will always open the URL and never reveal the dropdown.