2018-08-10 10:28:54 +00:00
|
|
|
# Waybar [![Licence](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)<br>![Waybar](https://raw.githubusercontent.com/alexays/waybar/master/preview-2.png)
|
2018-08-08 21:58:43 +00:00
|
|
|
**Proof of concept**
|
|
|
|
|
2018-08-10 10:28:54 +00:00
|
|
|
> Highly customizable Wayland bar for Sway and Wlroots based compositors.<br>
|
|
|
|
> Available on [AUR](https://aur.archlinux.org/packages/waybar-git/)
|
2018-08-08 22:06:10 +00:00
|
|
|
|
2018-08-08 21:58:43 +00:00
|
|
|
**Current features**
|
2018-08-10 10:28:54 +00:00
|
|
|
- Sway Workspaces
|
2018-08-15 18:18:00 +00:00
|
|
|
- Sway focused window name
|
2018-08-08 21:58:43 +00:00
|
|
|
- Local time
|
|
|
|
- Battery
|
2018-08-10 10:28:54 +00:00
|
|
|
- Network
|
2018-08-09 21:57:11 +00:00
|
|
|
- Pulseaudio
|
2018-08-10 10:28:54 +00:00
|
|
|
- Memory
|
|
|
|
- Cpu load average
|
2018-08-10 14:29:37 +00:00
|
|
|
- Custom scripts
|
2018-08-15 13:03:51 +00:00
|
|
|
- And much more customizations
|
2018-08-10 10:28:54 +00:00
|
|
|
|
|
|
|
**Configuration and Customization**
|
2018-08-08 21:58:43 +00:00
|
|
|
|
2018-08-10 10:28:54 +00:00
|
|
|
[See the wiki for more details](https://github.com/Alexays/Waybar/wiki).
|
|
|
|
|
|
|
|
**How to build**
|
2018-08-09 12:00:08 +00:00
|
|
|
|
|
|
|
```bash
|
2018-08-10 10:28:54 +00:00
|
|
|
$ git clone https://github.com/Alexays/Waybar
|
|
|
|
$ meson build
|
|
|
|
$ ninja -C build
|
|
|
|
$ ./build/waybar
|
2018-08-09 12:00:08 +00:00
|
|
|
```
|
|
|
|
|
2018-08-16 15:19:02 +00:00
|
|
|
Contributions welcome! - have fun :)<br>
|
2018-08-16 12:29:41 +00:00
|
|
|
The style guidelines is [Google's](https://google.github.io/styleguide/cppguide.html)
|
2018-08-10 10:28:54 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Waybar is licensed under the MIT license. [See LICENSE for more information](https://github.com/Alexays/Waybar/blob/master/LICENSE).
|