Go to file
Alex 84728f6fab
Merge pull request #313 from apiote/master
remove empty and solo classes when they do not apply
2019-05-12 12:13:07 +02:00
Dockerfiles refactor(Dockerfile): fix fedora 2019-05-07 13:45:49 +02:00
include fix(btformat): fixes an issue where btformat was not being correctly detected 2019-05-10 12:07:17 -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 fix s/hidded/hidden/ typo 2019-05-01 12:40:12 +01:00
src Merge pull request #313 from apiote/master 2019-05-12 12:13:07 +02:00
subprojects chore: update fmt wrap 2019-04-21 19:19:38 +02: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: add fedora to travis 2019-05-07 14:04:45 +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
README.md feat: Add basic support for MPD 2019-04-18 15:55:45 +02:00
meson.build chore: v0.6.2 2019-05-10 13:40:45 +02:00
meson_options.txt feat: Add basic support for MPD 2019-04-18 15:55:45 +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

Waybar Travis Licence Paypal Donate
Waybar

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

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.