eww -> (music + timer): Made widget position defined in pixels
This commit is contained in:
parent
c13b091bba
commit
0447d40fe4
2 changed files with 4 additions and 4 deletions
|
@ -64,8 +64,8 @@
|
||||||
:namespace "eww.music"
|
:namespace "eww.music"
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:geometry (geometry
|
:geometry (geometry
|
||||||
:x "19%"
|
:x "456px"
|
||||||
:y "10%"
|
:y "128px"
|
||||||
:anchor "top left")
|
:anchor "top left")
|
||||||
:stacking "bg"
|
:stacking "bg"
|
||||||
:focusable false
|
:focusable false
|
||||||
|
|
|
@ -76,8 +76,8 @@
|
||||||
:namespace "eww.timer"
|
:namespace "eww.timer"
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:geometry (geometry
|
:geometry (geometry
|
||||||
:x "6%"
|
:x "128px"
|
||||||
:y "10%"
|
:y "128px"
|
||||||
:width "300px"
|
:width "300px"
|
||||||
:height "350px"
|
:height "350px"
|
||||||
:anchor "top left")
|
:anchor "top left")
|
||||||
|
|
Loading…
Reference in a new issue