Go to file
Ian Hattendorf ac6d833d4d
Ignore all potential build directories
This is useful when using multiple build directories, eg:
- build-debug
- build-release
- build-sanitize
2019-02-28 19:57:49 -07:00
Dockerfiles chore: update opensuse Dockerfile 2019-02-04 11:20:18 +01:00
include Merge branch 'master' into custom_alt 2019-02-26 12:18:34 +01:00
package Add archlinux PKGBUILD 2018-08-09 20:50:11 +02:00
protocol Add idle inhibitor module 2019-02-22 16:55:46 +01:00
resources Fix tooltip format 2019-02-25 19:25:19 +01:00
src Disable backlight module if no backlight found 2019-02-28 19:50:57 -07:00
subprojects fix: fmt 2018-11-08 09:57:24 +01:00
.gitignore Ignore all potential build directories 2019-02-28 19:57:49 -07:00
.gitmodules Add archlinux PKGBUILD 2018-08-09 20:50:11 +02:00
.travis.yml Remove opensuse ci for now 2019-02-18 12:33:40 +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 idle inhibitor module 2019-02-22 16:55:46 +01:00
meson_options.txt Gate backlight module behind libudev availability 2019-02-18 21:11:18 -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.