Skip to content

Commit

Permalink
hyprlock: add background color
Browse files Browse the repository at this point in the history
vaxerski committed Feb 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2ff048a commit b01dbde
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/Hypr Ecosystem/hyprlock.md
Original file line number Diff line number Diff line change
@@ -29,12 +29,15 @@ widget_name {

### 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
background {
monitor =
path = /home/me/someImage.png # only png supported for now
color = rgba(25, 20, 20, 1.0)
}
```

0 comments on commit b01dbde

Please sign in to comment.