Go to file
Harish Krupo d7d1ebd736 ALabel: Add support for configurable mouse events
This patch adds 3 new configuration options applicable for
subclasses of ALabel. The options can be used to execute
user defined code in response to the 3 mouse events:
* on-click: The left mouse button click
* on-scroll-up
* on-scroll-down
This patch also modifies the behaviour of the format-alt toggle
such that when the on-click event is configured, format-alt is
toggled on any mouse click other than left click. When on-click
is not defined, any mouse button would toggle format-alt.

Signed-off-by: Harish Krupo <harishkrupo@gmail.com>
2018-10-30 20:52:23 +05:30
include ALabel: Add support for configurable mouse events 2018-10-30 20:52:23 +05:30
package Add archlinux PKGBUILD 2018-08-09 20:50:11 +02:00
protocol meson: fix 'gio-unix-2.0' dependency 2018-10-26 23:21:03 -07:00
resources fix(tray): icons size 2018-10-26 14:53:39 +02:00
src ALabel: Add support for configurable mouse events 2018-10-30 20:52:23 +05:30
subprojects chore: upgrade fmt to 5.2.0 2018-10-28 14:40:25 +01:00
.SRCINFO chore: v0.1.0 2018-10-25 12:15:52 +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: update README 2018-10-26 11:16:17 +02:00
meson.build chore: 0.1.3 2018-10-28 08:39:33 +01:00
meson_options.txt meson: make extra output directory configurable 2018-10-26 23:20:38 -07: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 Licence
Waybar

Proof of concept

Highly customizable Wayland bar for Sway and Wlroots based compositors.
Available on AUR

Current features

  • Sway Workspaces
  • Sway focused window name
  • Tray (Beta) #21
  • Local time
  • Battery
  • Network
  • Pulseaudio
  • Memory
  • Cpu load average
  • Custom scripts
  • And much more customizations

Configuration and Customization

See the wiki for more details.

How to build

$ git clone https://github.com/Alexays/Waybar
$ meson build
$ ninja -C build
$ ./build/waybar

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

License

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