Added floaty bar mode, made sidebar texts and Crypto.qml module bold
This commit is contained in:
@@ -6,7 +6,7 @@ import "themes"
|
||||
QtObject {
|
||||
id: root
|
||||
|
||||
readonly property var theme: Tranquil
|
||||
readonly property var theme: Goldencity
|
||||
|
||||
// ────────────────────────────────────────────────────────────────────────
|
||||
// Widgets
|
||||
@@ -21,12 +21,19 @@ QtObject {
|
||||
// ────────────────────────────────────────────────────────────────────────
|
||||
// BAR
|
||||
// ────────────────────────────────────────────────────────────────────────
|
||||
property string barPosition: "top"
|
||||
property int barHeight: 35
|
||||
property int margin: 15
|
||||
property int radius: 20
|
||||
|
||||
// ────────────────────────────────────────────────────────────────────────
|
||||
// FRAME
|
||||
// ────────────────────────────────────────────────────────────────────────
|
||||
property string frameVariant: "card" // "card" or "bar"
|
||||
property int frameBorderWidth: 3
|
||||
property int frameBarPadTop: 5 // bar variant: padding from top edge
|
||||
property int frameBarPadBottom: 5 // bar variant: padding from bottom edge
|
||||
|
||||
// ── Position & Dimensions ─────────────────────────────────────────────────
|
||||
property string barPosition: "bottom"
|
||||
property int barHeight: 35
|
||||
property int margin: 15
|
||||
property int radius: 20
|
||||
|
||||
// ── Module Lists ──────────────────────────────────────────────────────────
|
||||
property var leftModules: ["Logo", "Stats", "Crypto"]
|
||||
@@ -48,7 +55,7 @@ QtObject {
|
||||
property int popupRadius: 18
|
||||
property int popupBorderWidth: 1
|
||||
property int popupAnimDuration: 250
|
||||
property string popupAnimType: "slide" // "bubbleslide" or "slide"
|
||||
property string popupAnimType: "bubbleslide" // "bubbleslide" or "slide"
|
||||
|
||||
// ── Clock Module ─────────────────────────────────────────────────────────
|
||||
property bool clockExtendEnabled: true // seconds extension on hover for clock
|
||||
@@ -91,10 +98,7 @@ QtObject {
|
||||
property int volumeInputMax: 200
|
||||
|
||||
|
||||
// ────────────────────────────────────────────────────────────────────────
|
||||
// FRAME
|
||||
// ────────────────────────────────────────────────────────────────────────
|
||||
property int frameBorderWidth: 3
|
||||
|
||||
|
||||
// ────────────────────────────────────────────────────────────────────────
|
||||
// NOTIFICATIONS
|
||||
|
||||
Reference in New Issue
Block a user