feat(#2989): (optional) hover for all modules

This commit is contained in:
Lars-Ragnar A. Haugen
2024-04-17 22:23:59 +02:00
parent dd092a5fc1
commit 6c1125c1fe
4 changed files with 34 additions and 0 deletions

View File

@ -29,6 +29,16 @@ An example user-controlled stylesheet that just changes the color of the clock t
}
```
## Hover-effect
You can apply special styling to any module for when the cursor hovers it.
```
#clock:hover {
background-color: #ffffff;
}
```
# SEE ALSO
- *waybar(5)*