Waybar/README.md

39 lines
1.2 KiB
Markdown
Raw Normal View History

2018-11-09 16:27:35 +00:00
# Waybar [![Travis](https://travis-ci.org/Alexays/Waybar.svg?branch=master)](https://travis-ci.org/Alexays/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-11-16 09:06:24 +00:00
- Sway (Workspaces, Binding mode, Focused window name)
2018-10-26 09:16:17 +00:00
- Tray (Beta) [#21](https://github.com/Alexays/Waybar/issues/21)
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
- 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
2018-11-16 09:07:20 +00:00
$ cd Waybar
2018-08-10 10:28:54 +00:00
$ 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).