Merge pull request #3145 from haug1/feat/hover-for-all-modules-by-class
feat(#2989): (optional) hover for all modules
This commit is contained in:
@ -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)*
|
||||
|
Reference in New Issue
Block a user