Skip to content
forked from callahanrts/bar

A status bar widget for Ubersicht on OS X

Notifications You must be signed in to change notification settings

chrismursec/bar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bar

Fork of callahanrts Bar widget with a few things changed for how I wanted it. I'm using as a system information bar with a small application launcher.

Bar is an Übersicht widget that places a customizable bar on your desktop.

Spotify

Elements

  • Currently playing music from
    • Spotify
  • Media Buttons to control Spotify
  • Battery (with charging indicator)
  • Date/Time
  • Application Launcher
  • CPU Usage with indicator
  • Disk Space with indicator
  • IP Address
  • Download Speed with indicator
  • Current weather (temperature / basic weather conditions)

Installation

Download (or clone) this repository and place the folder in your Übersicht widgets directory.

Configuration

Open index.jsx and edit as you'd like. Some of the objects toward the top should make customization a little easier.

The download speed and media button components both requre external homebrew packages to work.

The download speed component require the speedtest-cli homebew package.

The media buttons require the shpotify homebrew package, and then conection to the spotify API.

The weather component uses wttr.in to get weather information. To change the location for weather edit the commands in the scripts/shell.sh file for desired location.

Questions?

If you find a bug or have any questions about Bar, submit an issue.

About

A status bar widget for Ubersicht on OS X

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.2%
  • Shell 9.8%