summaryrefslogtreecommitdiff
path: root/Creating the screen border with correct convex rounding.md
blob: f731daec05557eedcbbde9f374aa65612d4e08ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.