-
-
Notifications
You must be signed in to change notification settings - Fork 733
Caleb Bassi edited this page Dec 28, 2018
·
27 revisions
- 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: 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:
make build-debug
- Home
- Installation
- Configuration
- Styling
- Examples
- FAQ
- Modules:
- Backlight/Slider
- Backlight
- Battery
- Bluetooth
- CPU
- Cava
- Clock
- Custom
- DWL
- Disk
- Gamemode
- Group
- Hyprland
- Idle Inhibitor
- Image
- JACK
- Keyboard State
- Language
- Load
- MPD
- MPRIS
- Memory
- Network
- Niri
- Power Profiles Daemon
- Privacy
- PulseAudio/Slider
- PulseAudio
- River
- Sndio
- Sway
- Systemd failed units
- Taskbar
- Temperature
- Tray
- UPower
- User
- WirePlumber
- Workspaces
- Writing Modules