refaktor where idle global is saved

This commit is contained in:
Hannes
2026-03-26 19:36:08 +01:00
parent 053e6f4cc5
commit 3cda978d7f
3 changed files with 3 additions and 1 deletions
@@ -1,5 +1,7 @@
pragma Singleton pragma Singleton
import QtQuick import QtQuick
import Quickshell
import Quickshell.Io
QtObject { QtObject {
property int idle: 0 property int idle: 0
+1 -1
View File
@@ -3,7 +3,7 @@ import Quickshell
import Quickshell.Hyprland import Quickshell.Hyprland
import Quickshell.Io import Quickshell.Io
import "../../../colors" import "../../../colors"
import "../states" 1.0 as Global import "../states/Idle" as Global
MouseArea { MouseArea {
id: idleButton id: idleButton