Live data from Hacker News

BitBar: Put the output of any script on your macOS menu bar

getbitbar.com

41–50 of 65 posts

Re: BitBar: Put the output of any script on your macOS menu bar

#45

All I want in my menu bar is a UTC clock next to my local clock. Do we have a tool for that?

I just wrote this tiny script today after installing BitBar

    #!/bin/bash

    TZ=Europe/Berlin date +%H:%M
For UTC, you can use `date -u +%H:%M`

Re: BitBar: Put the output of any script on your macOS menu bar

#47
post #17
post #3

I believe there is a similar feature in a GNOME extension, called Argos, as well.

Thank you! You won't believe that I've been looking for just this tool for the last several months (I've been searching along the lines of "i3 status bar for gnome-shell" but was unsuccessful).

Using argos with zenity let you provide inputs from prompted dialog in gnome make it feels like professional taskbar item :) you may find it tricky to execute a function inside your argos script and i found a simple way to make it works is to call the script itself and provide arguments to it. I wrote it here in my blog if you want a quick example to get started .

http://blog.ebfe.pw/posts/argos.html

Re: BitBar: Put the output of any script on your macOS menu bar

#49

Earlier quoted context omitted.

Shortcuts to see or to run on clicking on it (which seems too much effort) ? And how do you guys have so much space at the top? I only print my local IP address and its color ( red/blue) depending on whether my mitmproxy is running or not and I don't have whole lot of space left on my MBP 15".

Hot tip for more space in your menu bar: Bartender — https://www.macbartender.com/

Another option is Vanilla: https://matthewpalmer.net/vanilla/
Post reply on HN