Go to file
Thomas Plaçais 28a4833ff6 Add archlinux PKGBUILD 2018-08-09 20:50:11 +02:00
include refactor: prefer static methods 2018-08-09 20:22:01 +02:00
package Add archlinux PKGBUILD 2018-08-09 20:50:11 +02:00
protocol chore(README): update 2018-08-09 00:37:23 +02:00
resources feat: add network module 2018-08-09 16:38:24 +02:00
src refactor: prefer static methods 2018-08-09 20:22:01 +02:00
subprojects feat: init repo 2018-08-08 23:54:58 +02:00
.gitignore refactor: prefer static methods 2018-08-09 20:22:01 +02:00
.gitmodules Add archlinux PKGBUILD 2018-08-09 20:50:11 +02:00
LICENSE Initial commit 2018-08-08 23:53:37 +02:00
README.md chore(README): update preview 2018-08-09 16:40:10 +02:00
meson.build Merge pull request #2 from Alexays/system-wide-config 2018-08-09 17:14:16 +02:00
preview-2.png chore(README): update preview 2018-08-09 16:40:10 +02:00
preview.png chore(README): update preview 2018-08-09 00:09:59 +02:00

README.md

Waybar

Proof of concept

Highly customizable wayland bar for sway or wlroots based compositor.

Waybar Waybar

Current features

  • Configuration via JSON file
  • Customization via CSS file
  • Sway workspaces
  • Local time
  • Battery
  • Network name
  • Used memory percentage
  • Cpu load percentage

How to compile

meson build
ninja -C build
./build/waybar

Contributions welcome! - have fun