Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/khuedoan/limestatus

Generates status bar to use with lemonbar (WORK IN PROGRESS, DO NOT USE)
https://github.com/khuedoan/limestatus

Last synced: 13 days ago
JSON representation

Generates status bar to use with lemonbar (WORK IN PROGRESS, DO NOT USE)

Awesome Lists containing this project

README

        

# limestatus (WORK IN PROGRESS, DO NOT USE)

Generates status bar to use with lemonbar

## Table of contents

* [Preview](#preview)
* [Features](#features)
* [Usage](#usage)
* [Dependencies](#dependencies)
* [Installation](#installation)
* [Example command](#example-command)

## Preview

How it should look like:

```
1 2 3 · 5 · · · 9 0 04:20 直lmeo  10% ﬙ 6.96 GB  96% 奔---
```

How it looks like now:

```
1 04:20  96%
```

## Features

- [ ] Workspaces
- [x] Datetime
- [ ] Wifi
- [ ] CPU utilization
- [ ] CPU temperature
- [ ] RAM usage
- [x] Battery
- [ ] Brightness
- [ ] Volume

## Usage

### Dependencies

- `lemonbar`
- `cargo` (build)

### Installation

Compile and install without cloning this repository:

```sh
sudo cargo install --git https://github.com/khuedoan/limestatus.git --root /usr/local
```

Or if you've already cloned it:

```sh
cd limestatus
sudo cargo install --path . --root /usr/local
```

### Example command

To launch the bar, pipe `limestatus` output to `lemonbar`, for example:

```sh
limestatus | lemonbar
```