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
|
||||
: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
|
||||
|
|
Loading…
Reference in a new issue