From 43af16801fcbb7056a51ed5fd6539c74ff5c0379 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 12 Sep 2025 14:21:21 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/Services/MprisProxy.qml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 accounts/gkleen@sif/shell/quickshell/Services/MprisProxy.qml (limited to 'accounts/gkleen@sif/shell/quickshell/Services/MprisProxy.qml') diff --git a/accounts/gkleen@sif/shell/quickshell/Services/MprisProxy.qml b/accounts/gkleen@sif/shell/quickshell/Services/MprisProxy.qml new file mode 100644 index 00000000..e3ab9755 --- /dev/null +++ b/accounts/gkleen@sif/shell/quickshell/Services/MprisProxy.qml @@ -0,0 +1,8 @@ +pragma Singleton + +import Quickshell +import Quickshell.Services.Mpris + +Scope { + property list players: Mpris.players.values +} -- cgit v1.2.3