Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉
Go to file
Krystian Chachuła 8830247b9e add padding for mpd module in default style
In the default style.css many modules (clock, battery, cpu, ...) get horizontal padding, but mpd module does not. This commit adds mpd to the list of modules that get the padding.
2019-09-17 19:50:53 +02:00
.github Create FUNDING.yml 2019-05-26 23:55:46 +02:00
Dockerfiles Add vim ft=Dockerfile for syntax highlight detection in editors 2019-09-02 18:07:49 +01:00
include fix: correct handling of margins on anchored axis 2019-09-01 01:08:15 -07:00
man Documentation for format-time 2019-09-06 14:53:43 -04: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 add padding for mpd module in default style 2019-09-17 19:50:53 +02:00
src Add configurable time display for battery module 2019-09-04 14:43:52 -04:00
subprojects Adding spdlog 2019-05-18 19:44:45 -04:00
.clang-format chore: Add clang-format configuration and format MPD module 2019-04-18 15:57:57 +02:00
.editorconfig chore: Add EditorConfig file 2019-04-18 15:55:45 +02: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 chore: remove opensuse as broken atm 2019-09-07 11:52:14 +02: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
meson_options.txt install a systemd user unit 2019-09-07 22:16:03 +02:00
meson.build add prefix to the configuration data 2019-09-10 14:12:52 +02: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 Update README.md 2019-06-11 13:55:35 +02:00

Waybar Travis Licence Paypal Donate
Waybar

Highly customizable Wayland bar for Sway and Wlroots based compositors.
Available in Arch community or AUR and openSUSE
Waybar examples

Current features

  • Sway (Workspaces, Binding mode, Focused window name)
  • Tray #21
  • Local time
  • Battery
  • Network
  • Pulseaudio
  • Memory
  • Cpu load average
  • Temperature
  • MPD
  • 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]
libmpdclient [MPD module]

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

License

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