system tray

This commit is contained in:
end-4
2025-04-11 23:35:05 +02:00
parent d77e4f14bf
commit dae2857391
9 changed files with 137 additions and 11 deletions
+1 -2
View File
@@ -6,14 +6,13 @@ import Quickshell
import Quickshell.Io
import Quickshell.Services.Mpris
Rectangle {
Item {
readonly property MprisPlayer activePlayer: MprisController.activePlayer
readonly property string cleanedTitle: activePlayer?.trackTitle.replace(/【[^】]*】/, "") || "No media"
Layout.fillHeight: true
implicitWidth: rowLayout.implicitWidth + rowLayout.spacing * 2
implicitHeight: 40
color: "transparent"
// Background
Rectangle {