2018-11-09 17:27:35 +01: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 23:58:43 +02:00
|
|
|
**Proof of concept**
|
|
|
|
|
2018-08-10 12:28:54 +02:00
|
|
|
> Highly customizable Wayland bar for Sway and Wlroots based compositors.<br>
|
|
|
|
> Available on [AUR](https://aur.archlinux.org/packages/waybar-git/)
|
2018-08-09 00:06:10 +02:00
|
|
|
|
2018-08-08 23:58:43 +02:00
|
|
|
**Current features**
|
2018-11-16 10:06:24 +01:00
|
|
|
- Sway (Workspaces, Binding mode, Focused window name)
|
2018-10-26 11:16:17 +02:00
|
|
|
- Tray (Beta) [#21](https://github.com/Alexays/Waybar/issues/21)
|
2018-08-08 23:58:43 +02:00
|
|
|
- Local time
|
|
|
|
- Battery
|
2018-08-10 12:28:54 +02:00
|
|
|
- Network
|
2018-08-09 23:57:11 +02:00
|
|
|
- Pulseaudio
|
2018-08-10 12:28:54 +02:00
|
|
|
- Memory
|
|
|
|
- Cpu load average
|
2018-08-10 16:29:37 +02:00
|
|
|
- Custom scripts
|
2018-08-15 15:03:51 +02:00
|
|
|
- And much more customizations
|
2018-08-10 12:28:54 +02:00
|
|
|
|
2018-12-29 00:06:59 +01:00
|
|
|
**Configuration and Styling**
|
2018-08-08 23:58:43 +02:00
|
|
|
|
2018-08-10 12:28:54 +02:00
|
|
|
[See the wiki for more details](https://github.com/Alexays/Waybar/wiki).
|
|
|
|
|
|
|
|
**How to build**
|
2018-08-09 14:00:08 +02:00
|
|
|
|
|
|
|
```bash
|
2018-08-10 12:28:54 +02:00
|
|
|
$ git clone https://github.com/Alexays/Waybar
|
2018-11-16 10:07:20 +01:00
|
|
|
$ cd Waybar
|
2018-08-10 12:28:54 +02:00
|
|
|
$ meson build
|
|
|
|
$ ninja -C build
|
|
|
|
$ ./build/waybar
|
2018-12-29 00:06:59 +01:00
|
|
|
# If you want to install it
|
|
|
|
$ ninja -C build install
|
|
|
|
$ waybar
|
|
|
|
```
|
|
|
|
|
|
|
|
**Dependencies**
|
|
|
|
|
|
|
|
```
|
|
|
|
gtkmm3
|
|
|
|
jsoncpp
|
|
|
|
libinput
|
|
|
|
libsigc++
|
2019-01-25 16:38:38 +01:00
|
|
|
fmt
|
2018-12-29 00:06:59 +01:00
|
|
|
wayland
|
|
|
|
wlroots
|
|
|
|
libpulse [Pulseaudio module]
|
|
|
|
libnl [Network module]
|
|
|
|
sway [Sway modules]
|
|
|
|
libdbusmenu-gtk3 [Tray module]
|
2018-08-09 14:00:08 +02:00
|
|
|
```
|
|
|
|
|
2018-08-16 17:19:02 +02:00
|
|
|
Contributions welcome! - have fun :)<br>
|
2018-08-16 14:29:41 +02:00
|
|
|
The style guidelines is [Google's](https://google.github.io/styleguide/cppguide.html)
|
2018-08-10 12:28:54 +02:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Waybar is licensed under the MIT license. [See LICENSE for more information](https://github.com/Alexays/Waybar/blob/master/LICENSE).
|