waybar/README.md

31 lines
684 B
Markdown
Raw Normal View History

2018-08-08 23:53:37 +02:00
# Waybar
2018-08-08 23:58:43 +02:00
**Proof of concept**
2018-08-09 00:14:38 +02:00
Highly customizable wayland bar for sway or wlroots based compositor.
2018-08-08 23:58:43 +02:00
2018-08-09 21:04:17 +02:00
Available on [AUR](https://aur.archlinux.org/packages/waybar-git/)
2018-08-09 12:17:13 +02:00
![Waybar](https://raw.githubusercontent.com/alexays/waybar/master/preview-2.png)
2018-08-09 00:06:10 +02:00
![Waybar](https://raw.githubusercontent.com/alexays/waybar/master/preview.png)
2018-08-08 23:58:43 +02:00
**Current features**
2018-08-09 12:18:04 +02:00
- Configuration via [JSON file](./resources/config)
2018-08-09 00:38:19 +02:00
- Customization via [CSS file](./resources/style.css)
2018-08-08 23:58:43 +02:00
- Sway workspaces
- Local time
- Battery
2018-08-09 16:40:10 +02:00
- Network name
2018-08-09 23:57:11 +02:00
- Pulseaudio
2018-08-09 01:56:51 +02:00
- Used memory percentage
- Cpu load percentage
2018-08-08 23:58:43 +02:00
2018-08-09 14:00:08 +02:00
**How to compile**
```bash
meson build
ninja -C build
./build/waybar
```
2018-08-08 23:58:43 +02:00
Contributions welcome! - have fun