feat: playing song overlay

This commit is contained in:
2026-01-30 17:41:21 +02:00
parent ba1ca53109
commit a3a782163a
2 changed files with 147 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ import Quickshell.Io
import Quickshell.Hyprland
import QtQuick
import "Shell"
import "Shell/Overlays"
ShellRoot {
id: baseShell
@@ -14,6 +15,7 @@ ShellRoot {
Topbar {}
Healthbar {}
DialogBox {}
MprisOverlay {}
InputShortcuts {}