Skip to content

Instantly share code, notes, and snippets.

@marounmelhem
Last active May 4, 2023 04:04
Show Gist options
  • Save marounmelhem/42c7fe492925a3d9ecebfce5df6699c1 to your computer and use it in GitHub Desktop.
Save marounmelhem/42c7fe492925a3d9ecebfce5df6699c1 to your computer and use it in GitHub Desktop.
A Bitbar plugin to add various timezones to the macOS top bar
#!/bin/bash
echo "🇺🇸 (LA) $(TZ=America/Los_Angeles date +'%H:%M:%S')" # Visible timezone.
echo '---' # Timezones shown in dropdown menu.
echo "🇺🇸 (NY) $(TZ=America/New_York date +'%H:%M:%S')"
echo "🇱🇧 (BEY) $(TZ=Asia/Beirut date +'%H:%M:%S')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment