Added favorites section in launcher and now the filter sorts programs alphabetically
This commit is contained in:
@@ -6,7 +6,7 @@ import "themes"
|
||||
QtObject {
|
||||
id: root
|
||||
|
||||
readonly property var theme: Goldencity
|
||||
readonly property var theme: Snowy
|
||||
|
||||
// ────────────────────────────────────────────────────────────────────────
|
||||
// Widgets
|
||||
@@ -21,7 +21,7 @@ QtObject {
|
||||
// ────────────────────────────────────────────────────────────────────────
|
||||
// BAR
|
||||
// ────────────────────────────────────────────────────────────────────────
|
||||
property string barPosition: "top"
|
||||
property string barPosition: "bottom"
|
||||
property int barHeight: 35
|
||||
property int margin: 15
|
||||
property int radius: 20
|
||||
@@ -29,7 +29,7 @@ QtObject {
|
||||
// ────────────────────────────────────────────────────────────────────────
|
||||
// FRAME
|
||||
// ────────────────────────────────────────────────────────────────────────
|
||||
property string frameVariant: "card" // "card" or "bar"
|
||||
property string frameVariant: "bar" // "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
|
||||
@@ -55,7 +55,7 @@ QtObject {
|
||||
property int popupRadius: 18
|
||||
property int popupBorderWidth: 1
|
||||
property int popupAnimDuration: 250
|
||||
property string popupAnimType: "bubbleslide" // "bubbleslide" or "slide"
|
||||
property string popupAnimType: "slide" // "bubbleslide" or "slide"
|
||||
|
||||
// ── Clock Module ─────────────────────────────────────────────────────────
|
||||
property bool clockExtendEnabled: true // seconds extension on hover for clock
|
||||
|
||||
Reference in New Issue
Block a user