forked from Shinonome/dots-hyprland
remove useless comments
This commit is contained in:
@@ -5,7 +5,7 @@ Item {
|
|||||||
id: root
|
id: root
|
||||||
|
|
||||||
enum CornerEnum { TopLeft, TopRight, BottomLeft, BottomRight }
|
enum CornerEnum { TopLeft, TopRight, BottomLeft, BottomRight }
|
||||||
property var corner: RoundCorner.CornerEnum.TopLeft // Default to TopLeft
|
property var corner: RoundCorner.CornerEnum.TopLeft
|
||||||
|
|
||||||
property int implicitSize: 25
|
property int implicitSize: 25
|
||||||
property color color: "#000000"
|
property color color: "#000000"
|
||||||
|
|||||||
@@ -259,7 +259,7 @@ Singleton {
|
|||||||
// Alcy doesn't provide dimensions and images are often of god resolution
|
// Alcy doesn't provide dimensions and images are often of god resolution
|
||||||
"width": 1000,
|
"width": 1000,
|
||||||
"height": 1000,
|
"height": 1000,
|
||||||
"aspect_ratio": 1, // Default aspect ratio
|
"aspect_ratio": 1,
|
||||||
"tags": "[no tags]",
|
"tags": "[no tags]",
|
||||||
"rating": "s",
|
"rating": "s",
|
||||||
"is_nsfw": false,
|
"is_nsfw": false,
|
||||||
|
|||||||
@@ -13,10 +13,10 @@ import Quickshell.Io
|
|||||||
Singleton {
|
Singleton {
|
||||||
id: root
|
id: root
|
||||||
property var manualActive
|
property var manualActive
|
||||||
property string from: Config.options?.light?.night?.from ?? "19:00" // Default to 7 PM
|
property string from: Config.options?.light?.night?.from ?? "19:00"
|
||||||
property string to: Config.options?.light?.night?.to ?? "06:30" // Default to 6:30 AM
|
property string to: Config.options?.light?.night?.to ?? "06:30"
|
||||||
property bool automatic: Config.options?.light?.night?.automatic && (Config?.ready ?? true)
|
property bool automatic: Config.options?.light?.night?.automatic && (Config?.ready ?? true)
|
||||||
property int colorTemperature: Config.options?.light?.night?.colorTemperature ?? 5000 // Default color temperature
|
property int colorTemperature: Config.options?.light?.night?.colorTemperature ?? 5000
|
||||||
property bool shouldBeOn
|
property bool shouldBeOn
|
||||||
property bool firstEvaluation: true
|
property bool firstEvaluation: true
|
||||||
property bool active: false
|
property bool active: false
|
||||||
|
|||||||
Reference in New Issue
Block a user