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:
parent
7f89cb0a37
commit
230ef0165b
1 changed files with 1 additions and 3 deletions
|
@ -119,7 +119,6 @@
|
||||||
(defwindow bar
|
(defwindow bar
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:geometry (geometry :x "4px"
|
:geometry (geometry :x "4px"
|
||||||
:y "1%"
|
|
||||||
:height "98%"
|
:height "98%"
|
||||||
:anchor "left center")
|
:anchor "left center")
|
||||||
:stacking "fg"
|
:stacking "fg"
|
||||||
|
@ -129,8 +128,7 @@
|
||||||
|
|
||||||
(defwindow cal
|
(defwindow cal
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:geometry (geometry :x "1%"
|
:geometry (geometry :x "4px"
|
||||||
:y "5%"
|
|
||||||
:anchor "left center")
|
:anchor "left center")
|
||||||
:stacking "fg"
|
:stacking "fg"
|
||||||
:exclusive false
|
:exclusive false
|
||||||
|
|
Loading…
Reference in a new issue