Go to file
Ian Hattendorf 875306804c
Add backlight module
Monitor the backlight level via udev. Poll every `interval` as well,
in case backlight udev events aren't supported.
2019-02-17 15:29:49 -07:00
Dockerfiles chore: update opensuse Dockerfile 2019-02-04 11:20:18 +01:00
include Add backlight module 2019-02-17 15:29:49 -07:00
package Add archlinux PKGBUILD 2018-08-09 20:50:11 +02:00
protocol refactor(tray): cleanup and fixes 2018-11-22 15:47:23 +01:00
resources Add backlight module 2019-02-17 15:29:49 -07:00
src Add backlight module 2019-02-17 15:29:49 -07:00
subprojects fix: fmt 2018-11-08 09:57:24 +01:00
.gitignore fix(window): title on new workspace 2018-10-29 21:52:53 +01:00
.gitmodules Add archlinux PKGBUILD 2018-08-09 20:50:11 +02:00
.travis.yml feat(ci): opensuse 2018-11-30 21:48:42 +01:00
LICENSE Initial commit 2018-08-08 23:53:37 +02:00
Makefile Add install and build-debug commands to makefile 2018-12-28 06:37:07 -08:00
README.md Update README.md 2019-02-04 10:32:16 +01:00
meson.build Add backlight module 2019-02-17 15:29:49 -07:00
meson_options.txt meson: make extra output directory configurable 2018-10-26 23:20:38 -07:00
preview-2.png chore: optimize preview 2018-10-01 18:56:58 +02:00
preview.png chore: optimize preview 2018-10-01 18:56:58 +02:00

README.md

Waybar Travis Licence Paypal Donate
Waybar

Proof of concept

Highly customizable Wayland bar for Sway and Wlroots based compositors.
Available on AUR

Current features

  • Sway (Workspaces, Binding mode, Focused window name)
  • Tray (Beta) #21
  • Local time
  • Battery
  • Network
  • Pulseaudio
  • Memory
  • Cpu load average
  • Custom scripts
  • Multiple output configuration
  • And much more customizations

Configuration and Styling

See the wiki for more details.

How to build

$ git clone https://github.com/Alexays/Waybar
$ cd Waybar
$ meson build
$ ninja -C build
$ ./build/waybar
# If you want to install it
$ ninja -C build install
$ waybar

Dependencies

gtkmm3
jsoncpp
libinput
libsigc++
fmt
wayland
wlroots
libpulse [Pulseaudio module]
libnl [Network module]
sway [Sway modules]
libdbusmenu-gtk3 [Tray module]

Contributions welcome! - have fun :)
The style guidelines is Google's

License

Waybar is licensed under the MIT license. See LICENSE for more information.