eww -> (music + timer): Made widget position defined in pixels

This commit is contained in:
GaspardCulis 2024-03-21 10:14:51 +01:00
parent c13b091bba
commit 0447d40fe4
2 changed files with 4 additions and 4 deletions

View file

@ -64,8 +64,8 @@
:namespace "eww.music"
:monitor 0
:geometry (geometry
:x "19%"
:y "10%"
:x "456px"
:y "128px"
:anchor "top left")
:stacking "bg"
:focusable false

View file

@ -76,8 +76,8 @@
:namespace "eww.timer"
:monitor 0
:geometry (geometry
:x "6%"
:y "10%"
:x "128px"
:y "128px"
:width "300px"
:height "350px"
:anchor "top left")