Skip to content

remarkablemark/xbar-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xbar-hello-world

GitHub last commit

xbar plugin that outputs "Hello, World!" in the macOS menu bar. Watch YouTube video.

Prerequisites

Node.js

Install Node.js:

brew install node

xbar

Install xbar:

brew install --cask xbar

Open xbar:

open /Applications/xbar.app

If Apple blocks the app from being opened:

"xbar" cannot be opened because the developer cannot be verified.

macOS menu bar > Apple > System Preferences... > Security & Privacy > General > "xbar" was blocked from use because it is not from an identified developer > Open Anyway

Install Plugin

Clone repository:

git clone https://github.com/remarkablemark/xbar-hello-world.git
cd xbar-hello-world

Install plugin by creating a symbolic link in the plugin folder:

npm run plugin:install

macOS menu bar > xbar > Refresh all

Open Plugin

macOS menu bar > xbar > Open plugin...

You can toggle the plugin on/off and change the refresh interval.

Uninstall Plugin

Recommended Method

macOS menu bar > xbar > Open plugin... > Uninstall this plugin...

Alternative Method

Uninstall plugin by deleting the symbolic link in the plugin folder:

npm run plugin:uninstall

macOS menu bar > xbar > Refresh all

License

MIT