Changed the glass animations to a more bubble-like animation
This commit is contained in:
@@ -21,8 +21,8 @@ QtObject {
|
||||
// ── Position & Dimensions ─────────────────────────────────────────────────
|
||||
property string barPosition: "bottom"
|
||||
property int barHeight: 35
|
||||
property int margin: 20
|
||||
property int radius: 26
|
||||
property int margin: 15
|
||||
property int radius: 20
|
||||
|
||||
// ── Module Lists ──────────────────────────────────────────────────────────
|
||||
property var leftModules: ["Logo", "Stats", "Crypto"]
|
||||
@@ -43,7 +43,7 @@ QtObject {
|
||||
// ── Popup Styling ─────────────────────────────────────────────────────────
|
||||
property int popupRadius: 18
|
||||
property int popupBorderWidth: 1
|
||||
property int popupAnimDuration: 500
|
||||
property int popupAnimDuration: 250
|
||||
|
||||
// ── Clock Module ─────────────────────────────────────────────────────────
|
||||
property bool clockExtendEnabled: true // seconds extension on hover for clock
|
||||
@@ -90,7 +90,7 @@ QtObject {
|
||||
// NOTIFICATIONS
|
||||
// ────────────────────────────────────────────────────────────────────────
|
||||
property bool notificationShakeEnabled: true // bell ringing shake for notifications
|
||||
property string notificationPosition: "topright"
|
||||
property string notificationPosition: "bottomright"
|
||||
property int notificationHistorySize: 50
|
||||
|
||||
// ── Toast timeouts (milliseconds) ─────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user