image module CSS fix

This commit is contained in:
Brent George
2023-01-24 14:34:02 -05:00
parent dd9e3d0172
commit e128c48573
4 changed files with 21 additions and 15 deletions

View File

@ -10,8 +10,6 @@ The *image* module displays an image from a path.
# CONFIGURATION
Addressed by *custom/<name>*
*path*: ++
typeof: string ++
The path to the image.
@ -58,15 +56,15 @@ Addressed by *custom/<name>*
# EXAMPLES
## Spotify:
## mpd:
```
"image/album-art": {
"image#album-art": {
"path": "/tmp/mpd_art",
"size": 32,
"interval": 5,
"on-click": "mpc toggle"
}
```
# STYLE
- *#image*