forked from Alexays/Waybar
-
Notifications
You must be signed in to change notification settings - Fork 0
Robin edited this page Nov 12, 2018
·
3 revisions
- How do I install Waybar?
- What modules are available?
- How do I add multiple instances of an module?
- The Workspace-Buttons have a strange hover effect
Have a look here: Installation
Have a look here: Modules
Have a look here: Multiple instances of a module
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;
}