#
bitbar
Here are 146 public repositories matching this topic...
Open
Update README
1
Simplifies BitBar app plugin creation
-
Updated
Dec 17, 2019 - JavaScript
BitBar plugin to control dnscrypt-proxy usage
-
Updated
Oct 15, 2018 - Shell
nodejs
windows
macos
linux
cli
homebrew
ruby-gem
npm
package-manager
apt
dpkg
apm
pip
bitbar
opkg
atom-editor
homebrew-cask
flatpak
php-composer
mac-app-store
-
Updated
Mar 9, 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
Bitbar plugin for the OpenFaas platform written in #golang
-
Updated
Jul 4, 2018 - Go
Rust crate to build BitBar plugins
-
Updated
Mar 6, 2019 - Rust
A plugin for BitBar that shows your upcoming Google Calendar events.
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Nov 17, 2018 - C
-
Updated
Jun 9, 2017 - Ruby
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
Bitbar Cloud API Client for Java
-
Updated
Mar 9, 2020 - Java
BitBar plugin that displays statuses of local Docker containers
-
Updated
Mar 7, 2020 - Go
A CLI tool and a BitBar plugin for Islamic prayer times
-
Updated
Mar 22, 2018 - Shell
simple tool to display star number at menu bar for macOS based onBitBar
-
Updated
May 6, 2017 - JavaScript
[自用]在 menu bar 中以人民币形式显示自己在火币网的数字币资产
-
Updated
Mar 23, 2018 - JavaScript
Bitbar plugin to display CDS status
-
Updated
Mar 17, 2019 - Rust
Bitbar plugin to watch yours repositories pullRequests
-
Updated
Sep 6, 2018 - Python
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."
1、fixed width for the entire bitbar
2、set the margin-top
3、fixed width for the line, i tried
printwithformat{:-10.2f}but it seems not ideal (check the screenshot)