Update position

This commit is contained in:
Stephan Raabe 2023-10-18 16:43:24 +02:00
parent 86747280ef
commit 3f2b8f7a26

View File

@ -34,8 +34,8 @@ configuration {
window { window {
width: 400px; width: 400px;
height: 130px; height: 130px;
x-offset: -14px; x-offset: 0px;
y-offset: 65px; y-offset: 0px;
spacing: 0px; spacing: 0px;
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
@ -44,8 +44,8 @@ window {
border-color: #FFFFFF; border-color: #FFFFFF;
cursor: "default"; cursor: "default";
transparency: "real"; transparency: "real";
location: northeast; location: center;
anchor: northeast; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 10px;