even more deltarune

This commit is contained in:
2026-03-24 20:27:19 +02:00
parent 64797aedd4
commit 1deeda7f1a
6 changed files with 327 additions and 26 deletions

View File

@@ -2,6 +2,7 @@ import QtQuick
import Quickshell
import Quickshell.Wayland
import Quickshell.Services.Mpris
import ".."
PanelWindow {
id: overlay
@@ -22,7 +23,8 @@ PanelWindow {
color: '#00ffffff'
visible: true
readonly property bool overlayEnabled: Boolean(ShellStateManager.global("shell.mprisOverlayEnabled", true))
visible: overlayEnabled
Repeater {
model: Mpris.players