You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Alex a06ed00727
Merge pull request #1317 from jfred9/master
river/tags: Add possibility for mouse clicks
2 years ago
.github ci: run unit-tests 2 years ago
Dockerfiles Update opensuse 2 years ago
include river/tags: Add possibility for mouse clicks 2 years ago
man river/tags: Add possibility for mouse clicks 2 years ago
package Add archlinux PKGBUILD 5 years ago
protocol river/tags: Add possibility for mouse clicks 2 years ago
resources Use spacing in config 2 years ago
src river/tags: Add possibility for mouse clicks 2 years ago
subprojects Update catch2 dependency 2.13.3 -> 2.13.7 2 years ago
test Fix spelling errors 2 years ago
.clang-format chore: Add clang-format configuration and format MPD module 4 years ago
.editorconfig chore: Add EditorConfig file 4 years ago
.gitignore Ignore all potential build directories 4 years ago
.gitmodules Add archlinux PKGBUILD 5 years ago
LICENSE Initial commit 5 years ago
Makefile fixed wrong dependency for make target 2 years ago
README.md rm travis-ci shield 2 years ago
meson.build test: add build configs for catch2 2 years ago
meson_options.txt test: add build configs for catch2 2 years ago
preview-2.png chore: optimize preview 5 years ago
preview.png chore: optimize preview 5 years ago

README.md

Waybar 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.

Installation

Waybar is available from a number of Linux distributions:

Packaging status

An Ubuntu PPA with more recent versions is available here.

Building from source

$ 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]
libsndio [sndio module]
libevdev [KeyboardState 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 \
  libevdev-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.