Skip to content
Alex edited this page Nov 12, 2018 · 27 revisions

How do I install Waybar?

Have a look here: Installation

What modules are available?

Have a look here: Modules

How do I add multiple instances of an module?

Have a look here: Multiple instances of a module

The Workspace-Buttons have a strange hover effect

This is an bug, wich is tracked in #60.

This can also be fix by adding the following snippet to your style.css:

#workspaces button:hover {
  box-shadow: inherit;
  text-shadow: inherit;
}
Clone this wiki locally