reworked Workspace.qml to support specialworkspace, fixed launcher opening on two monitors, added slider animation back as an option

This commit is contained in:
SomeElse
2026-05-29 01:59:43 +00:00
parent 7606b96a09
commit a380963757
21 changed files with 120 additions and 57 deletions

View File

@@ -187,6 +187,8 @@ QtObject {
readonly property color wsActiveText: "#ff0c0e12"
readonly property color wsInactiveText: textMain
readonly property color wsHoverText: "#fff8e7c9"
readonly property color wsMagicActiveBg: "#ff9b6df5"
readonly property color wsMagicActiveText: "#ff0c0e12"
// ── Tray Module ────────────────────────────────────────────────────────────
readonly property color trayBg: bgPanel