summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell/Services/MprisProxy.qml
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-09-12 14:21:21 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-09-12 14:21:21 +0200
commit43af16801fcbb7056a51ed5fd6539c74ff5c0379 (patch)
treebbf61e0d0df1cac84c441afaddcb2184dc450181 /accounts/gkleen@sif/shell/quickshell/Services/MprisProxy.qml
parentda23e39c353e68fdc7c5839d78945e88352a7f92 (diff)
downloadnixos-43af16801fcbb7056a51ed5fd6539c74ff5c0379.tar
nixos-43af16801fcbb7056a51ed5fd6539c74ff5c0379.tar.gz
nixos-43af16801fcbb7056a51ed5fd6539c74ff5c0379.tar.bz2
nixos-43af16801fcbb7056a51ed5fd6539c74ff5c0379.tar.xz
nixos-43af16801fcbb7056a51ed5fd6539c74ff5c0379.zip
...
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Services/MprisProxy.qml')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/Services/MprisProxy.qml8
1 files changed, 8 insertions, 0 deletions
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 @@
1pragma Singleton
2
3import Quickshell
4import Quickshell.Services.Mpris
5
6Scope {
7 property list<var> players: Mpris.players.values
8}