Go to file
Jan Beich 4f646543fc CI: add FreeBSD job 2020-05-19 10:44:33 +00:00
.github Create FUNDING.yml 2019-05-26 23:55:46 +02:00
Dockerfiles chore(arch): update Dockerfile 2020-04-19 19:52:03 +02:00
include bluetooth: limit to Linux due to missing /dev/rfkill 2020-05-19 10:44:31 +00:00
man sway/workspaces: sort by the "num" property provided by sway, configurable whether numeric workspace names come first 2020-05-05 09:15:20 +02:00
package Add archlinux PKGBUILD 2018-08-09 20:50:11 +02:00
protocol Don't specify WindowId property 2020-01-05 10:22:52 -06:00
resources refactor(config): comment default config layer 2020-04-11 12:08:30 +02:00
src bluetooth: limit to Linux due to missing /dev/rfkill 2020-05-19 10:44:31 +00:00
subprojects Use github instead of mesonbuild for hinnant-date patch 2020-01-23 08:27:13 -05: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 CI: add FreeBSD job 2020-05-19 10:44:33 +00:00
LICENSE Initial commit 2018-08-08 23:53:37 +02:00
Makefile Switch default Makefile rule from run to build 2020-03-14 16:25:33 -04:00
README.md build: drop libinput as it was never used 2020-05-19 10:37:27 +00:00
meson.build bluetooth: limit to Linux due to missing /dev/rfkill 2020-05-19 10:44:31 +00:00
meson_options.txt build: drop -Dout in favor of --prefix 2020-05-19 10:37:27 +00: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

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

Current features

  • Sway (Workspaces, Binding mode, Focused window name)
  • Tray #21
  • Local time
  • Battery
  • Network
  • Bluetooth
  • Pulseaudio
  • Disk
  • 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
libsigc++
fmt
wayland
chrono-date
spdlog
libgtk-3-dev [gtk-layer-shell]
gobject-introspection [gtk-layer-shell]
libgirepository1.0-dev [gtk-layer-shell]
libpulse [Pulseaudio module]
libnl [Network module]
libappindicator-gtk3 [Tray module]
libdbusmenu-gtk3 [Tray module]
libmpdclient [MPD module]

Build dependencies

cmake
meson
scdoc
wayland-protocols

On Ubuntu you can install all the relevant dependencies using this command (tested with 19.10 and 20.04):

sudo apt install \
  clang-tidy \
  gobject-introspection \
  libdbusmenu-gtk3-dev \
  libfmt-dev \
  libgirepository1.0-dev \
  libgtk-3-dev \
  libgtkmm-3.0-dev \
  libinput-dev \
  libjsoncpp-dev \
  libmpdclient-dev \
  libnl-3-dev \
  libnl-genl-3-dev \
  libpulse-dev \
  libsigc++-2.0-dev \
  libspdlog-dev \
  libwayland-dev \
  scdoc

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

License

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