shell.qml: make it slightly more accessible for yoinkers

This commit is contained in:
end-4
2025-05-28 11:35:51 +02:00
parent a5abe19854
commit ba2b7fa1f9
2 changed files with 30 additions and 13 deletions
@@ -16,7 +16,6 @@ import Quickshell.Hyprland
Scope {
id: root
required property var bar
property bool visible: false
readonly property MprisPlayer activePlayer: MprisController.activePlayer
readonly property var realPlayers: Mpris.players.values.filter(player => isRealPlayer(player))