Waybar/README.md

31 lines
684 B
Markdown
Raw Normal View History

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