mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 13:05:59 +01:00
hyprlock: update supported bg types
This commit is contained in:
parent
1f38864ffb
commit
2895c8f66b
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ If `path` is `screenshot`, a screenshot of your desktop at launch will be used.
|
|||
```ini
|
||||
background {
|
||||
monitor =
|
||||
path = /home/me/someImage.png # only png supported for now
|
||||
path = /home/me/someImage.png # supports png, jpg, webp (no animations, though)
|
||||
color = rgba(25, 20, 20, 1.0)
|
||||
|
||||
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
||||
|
|
Loading…
Reference in a new issue