Skip to content

jdckl/ubersicht-osbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubersicht-osbar

Simple status bar for Übersicht
Requires yabai, ifstat and jq (brew install ifstat/jq).

Diplays current workspace, foreground app name, up/down network speeds, CPU, MEMORY, BATTERY, weather & current time

screenshot

Install

  • Clone this repo into your widgets directory.
  • Make sure you have all dependencies
brew install jq yabai ifstat
  • setup triggers for yabai
yabai -m signal --add event=space_changed \
        action="osascript -e 'tell application id \"tracesOf.Uebersicht\" to refresh widget id \"ubsersicht-osbar-index-jsx\"'"

yabai -m signal --add event=application_front_switched \
        action="osascript -e 'tell application id \"tracesOf.Uebersicht\" to refresh widget id \"ubersicht-osbar-index-jsx\"'"
  • fill in your free openWeather API key in ./scripts/weather.sh
APIKEY='YOUR_API_KEY'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published