hyprlock: add background color

This commit is contained in:
Vaxry 2024-02-19 20:52:04 +00:00
parent 2ff048a654
commit b01dbde3ec
1 changed files with 4 additions and 1 deletions

View File

@ -29,12 +29,15 @@ widget_name {
### Background ### Background
Draws a background image. Draws a background image or fills with color.
If `path` is empty or missing, will use `color`. Otherwise, the image will be used.
```ini ```ini
background { background {
monitor = monitor =
path = /home/me/someImage.png # only png supported for now path = /home/me/someImage.png # only png supported for now
color = rgba(25, 20, 20, 1.0)
} }
``` ```