Simple Status
Easy, Simple, Clean. Making status bars reliable and up-to-date.
Installation
Compiling simple_status
yourself doesn't require much.
Installation Dependencies
All dependencies are likely readily available in your repository.
- Cargo
- libX11
- git
Installation Process
- Clone the reposity:
git clone https://github.com/KJ002/simple_status.git && cd simple_status
- Install compile and install simple status:
cargo install --path .
- Optional - Move default config to the simple_status config directory:
mkdir -p ~/.config/simple_status && cp config.yaml ~/.config/simple_status