wayland try 1

This commit is contained in:
N0\A
2025-11-06 15:11:57 +01:00
parent 754acac08a
commit 3b39ed1806
4 changed files with 153 additions and 12 deletions

View File

@@ -69,12 +69,7 @@ def main():
dukto_handler.initialize()
dukto_handler.say_hello()
# bottom right corner
screen_geometry = app.primaryScreen().availableGeometry()
pet_geometry = pet.frameGeometry()
x = screen_geometry.width() - pet_geometry.width()
y = screen_geometry.height() - pet_geometry.height()
pet.move(x, y)
pet.position_bottom_right()
pet.show()