An open API service indexing awesome lists of open source software.

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

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).

![screenshot](./screenshot.png)

- CPU usage
- Memory usage
- Battery
- Date
- Time

On 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.