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.
- 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)
Download (or clone) this repository and place the folder in your Übersicht widgets directory.
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.
If you find a bug or have any questions about Bar, submit an issue.