https://github.com/schemar/clockbar
A simple bar with minimal information for Übersicht on macOS
https://github.com/schemar/clockbar
Last synced: 2 months ago
JSON representation
A simple bar with minimal information for Übersicht on macOS
- Host: GitHub
- URL: https://github.com/schemar/clockbar
- Owner: schemar
- License: mit
- Created: 2020-06-05T16:45:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T12:04:09.000Z (almost 2 years ago)
- Last Synced: 2025-03-06T00:07:59.927Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clockbar
A simple bar with minimal information for [Übersicht](https://github.com/felixhageloh/uebersicht) on macOS.
Based on [Bar](https://github.com/callahanrts/bar).

- CPU usage
- Memory usage
- Battery
- Date
- TimeOn the left, the bar shows CPU and memory usage.
On the right side, it shows battery status (including whether it is charging), date, and time.## Installation
**Requires `DejaVuSansMono Nerd Font` in order to display the icons.**
You can also install and set a different Nerd Font in `./index.jsx`.Download (or clone) this repository and place the folder in your Übersicht widgets directory.
That is usually `/Users//Library/Application Support/Übersicht/widgets/`.
## Configuration
Check `./index.jsx`, it is pretty simple.
The `command` greps/awks all the relevant info and outputs it into a serialized JSON.
The `result` method is used to access data in the JSON.