eww: fix cal for large screen

On Malachite, the calendar window was floating too far from the edge,
which should be fixed by this.

Additionally, this removes unecessary geometries from the cal and bar
windows
This commit is contained in:
stitchy 2024-12-02 07:30:51 +00:00
parent 7f89cb0a37
commit 230ef0165b
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8

View file

@ -119,7 +119,6 @@
(defwindow bar
:monitor 0
:geometry (geometry :x "4px"
:y "1%"
:height "98%"
:anchor "left center")
:stacking "fg"
@ -129,8 +128,7 @@
(defwindow cal
:monitor 0
:geometry (geometry :x "1%"
:y "5%"
:geometry (geometry :x "4px"
:anchor "left center")
:stacking "fg"
:exclusive false