From 1ff0e9ecbef79e1b3592cd4a68ce3e90c8536bdb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 12 Sep 2025 14:30:45 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/Lockscreen.qml | 2 ++ accounts/gkleen@sif/shell/quickshell/UnixIPC.qml | 2 ++ 2 files changed, 4 insertions(+) (limited to 'accounts') diff --git a/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml b/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml index f983388c..124f441b 100644 --- a/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml +++ b/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml @@ -89,6 +89,8 @@ Scope { } } + Binding { target: MprisProxy; } + onSecureStateChanged: Custom.Systemd.lockedHint = lock.secure WlSessionLockSurface { diff --git a/accounts/gkleen@sif/shell/quickshell/UnixIPC.qml b/accounts/gkleen@sif/shell/quickshell/UnixIPC.qml index e7b7b673..4ec5186c 100644 --- a/accounts/gkleen@sif/shell/quickshell/UnixIPC.qml +++ b/accounts/gkleen@sif/shell/quickshell/UnixIPC.qml @@ -4,6 +4,7 @@ import Quickshell.Services.Pipewire import Quickshell.Services.Mpris import qs.Services import Custom as Custom +import QtQml Scope { id: root @@ -74,4 +75,5 @@ Scope { player.pause(); }); } + Binding { target: MprisProxy; } } -- cgit v1.2.3