Merge branch 'Ly-sec:main' into main

This commit is contained in:
Jose Chasey Pratama 2025-07-27 18:55:55 +07:00 committed by GitHub
commit 61df6dde97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 178 additions and 27 deletions

View file

@ -45,6 +45,7 @@ Singleton {
property string videoPath: "~/Videos/"
property bool showActiveWindowIcon: false
property bool showSystemInfoInBar: false
property bool showCorners: true
property bool showMediaInBar: false
property bool useSWWW: false
property bool randomWallpaper: false

View file

@ -112,4 +112,3 @@ Singleton {
property int fontSizeSmall: Math.round(14 * fontSizeMultiplier) // Small text like clock, labels
property int fontSizeCaption: Math.round(12 * fontSizeMultiplier) // Captions and fine print
}