mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
28 lines
603 B
Markdown
28 lines
603 B
Markdown
# Waybar
|
|
**Proof of concept**
|
|
|
|
Highly customizable wayland bar for sway or wlroots based compositor.
|
|
|
|
![Waybar](https://raw.githubusercontent.com/alexays/waybar/master/preview-2.png)
|
|
![Waybar](https://raw.githubusercontent.com/alexays/waybar/master/preview.png)
|
|
|
|
**Current features**
|
|
- Configuration via [JSON file](./resources/config)
|
|
- Customization via [CSS file](./resources/style.css)
|
|
- Sway workspaces
|
|
- Local time
|
|
- Battery
|
|
- Network name
|
|
- Used memory percentage
|
|
- Cpu load percentage
|
|
|
|
**How to compile**
|
|
|
|
```bash
|
|
meson build
|
|
ninja -C build
|
|
./build/waybar
|
|
```
|
|
|
|
Contributions welcome! - have fun
|