This commit is contained in:
2026-02-09 22:33:24 +01:00
parent 16642e7d02
commit b9a590be69
7 changed files with 48 additions and 26 deletions
+15
View File
@@ -0,0 +1,15 @@
thingy macbobber: wayland quickshell sessionlock
Timer {
property bool hasReloaded
interval: 5000
repeat: true
onTriggered: {
if ( screenUnlocked && !hasReloaded ) {
hasReloaded = true;
petslocation = null;
petslocation = wherever;
}
return;
}
}