From cb2d833329c58d00229056c01538fa097ecb03ca Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Fri, 1 Aug 2025 10:37:07 +0200 Subject: vault backup: 2025-08-01 10:37:07 --- Creating the screen border with correct convex rounding.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Creating the screen border with correct convex rounding.md (limited to 'Creating the screen border with correct convex rounding.md') diff --git a/Creating the screen border with correct convex rounding.md b/Creating the screen border with correct convex rounding.md new file mode 100644 index 0000000..f731dae --- /dev/null +++ b/Creating the screen border with correct convex rounding.md @@ -0,0 +1,13 @@ +[[Quickshell]] +[[Item Size Position]] + +--- + +To create the border around the entire screen with convex rounding at the edges we can simply create an overlay rectangle over the entire screen which is transparent and then set the border size. + +Set `PanelWindow.aboveWindows: false` to regain mouse control. + +The next challenge is how to offset this rect from the edges of the screen and allow us to put visual items "inside" of it. +![[quickshell_border_area.excalidraw]] Fig1. Monitor View + +In Fig1. the white part is our rect with borders. \ No newline at end of file -- cgit v1.2.3