Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/khuedoan/limestatus
- Owner: khuedoan
- License: gpl-3.0
- Created: 2020-07-30T03:53:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T19:00:01.000Z (over 4 years ago)
- Last Synced: 2024-10-05T19:41:18.395Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```