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

@@ -6,7 +6,7 @@ import "themes"
QtObject {
id: root
readonly property var theme: Lowlight
readonly property var theme: Goldencity
// ────────────────────────────────────────────────────────────────────────
// Widgets
@@ -23,7 +23,7 @@ QtObject {
// ────────────────────────────────────────────────────────────────────────
// ── Position & Dimensions ─────────────────────────────────────────────────
property string barPosition: "top"
property string barPosition: "bottom"
property int barHeight: 35
property int margin: 15
property int radius: 20
@@ -48,6 +48,7 @@ QtObject {
property int popupRadius: 18
property int popupBorderWidth: 1
property int popupAnimDuration: 250
property string popupAnimType: "slide" // "bubbleslide" or "slide"
// ── Clock Module ─────────────────────────────────────────────────────────
property bool clockExtendEnabled: true // seconds extension on hover for clock