From df2636b7ec72bb8a8a6375878532ee2420a9e4fc Mon Sep 17 00:00:00 2001 From: bvr-yr <130279855+bvr-yr@users.noreply.github.com> Date: Wed, 10 Apr 2024 19:24:34 +0300 Subject: [PATCH] hyprlock: add Shape widget (#588) --- pages/Hypr Ecosystem/hyprlock.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pages/Hypr Ecosystem/hyprlock.md b/pages/Hypr Ecosystem/hyprlock.md index 45c512d..15923a5 100644 --- a/pages/Hypr Ecosystem/hyprlock.md +++ b/pages/Hypr Ecosystem/hyprlock.md @@ -121,6 +121,29 @@ image { } ``` +### Shape + +✓ Shadowable + +Draws a shape beneath all other widgets but background. + +```ini +shape { + monitor = + size = 360, 60 + color = rgba(17, 17, 17, 1.0) + rounding = -1 + border_size = 8 + border_color = rgba(0, 207, 230, 1.0) + rotate = 0 + xray = false # if true, make a "hole" in the background (rectangle of specified size, no rotation) + + position = 0, 80 + halign = center + valign = center +} +``` + ### Input Field ✓ Shadowable