From b01dbde3ecf67e375fa657054cc8e6040ff84796 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Mon, 19 Feb 2024 20:52:04 +0000 Subject: [PATCH] hyprlock: add background color --- pages/Hypr Ecosystem/hyprlock.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/Hypr Ecosystem/hyprlock.md b/pages/Hypr Ecosystem/hyprlock.md index 93fb84c..d04c478 100644 --- a/pages/Hypr Ecosystem/hyprlock.md +++ b/pages/Hypr Ecosystem/hyprlock.md @@ -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) } ```