forked from Alexays/Waybar
-
Notifications
You must be signed in to change notification settings - Fork 0
Robin edited this page Nov 15, 2018
·
3 revisions
- How do I install Waybar?
- What modules are available?
- How do I add multiple instances of a module?
- The Workspace-Buttons have a strange hover effect
- How can I generate a debug build?
Have a look here: Installation
Have a look here: Modules
Have a look here: Multiple instances of a module
This is a 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;
}A debug build can be helpfull when fixing bugs, because it generates a backtrace with debugging symbols.
This can be done with this command: meson build --buildtype=debug