forked from Shinonome/dots-hyprland
added simpler cookie clock style
This commit is contained in:
@@ -20,6 +20,7 @@ ContentPage {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
ConfigSpinBox {
|
||||
text: Translation.tr("Scale (%)")
|
||||
value: Config.options.background.clock.scale * 100
|
||||
@@ -31,6 +32,17 @@ ContentPage {
|
||||
}
|
||||
}
|
||||
|
||||
ConfigSpinBox {
|
||||
text: Translation.tr("Clock sides")
|
||||
value: Config.options.background.clock.clockSides
|
||||
from: 1
|
||||
to: 36
|
||||
stepSize: 1
|
||||
onValueChanged: {
|
||||
Config.options.background.clock.clockSides = value;
|
||||
}
|
||||
}
|
||||
|
||||
ContentSubsection {
|
||||
title: Translation.tr("Clock style")
|
||||
ConfigSelectionArray {
|
||||
@@ -49,6 +61,11 @@ ContentPage {
|
||||
icon: "cookie",
|
||||
value: "cookie"
|
||||
},
|
||||
{
|
||||
displayName: Translation.tr("Material simpler cookie"),
|
||||
icon: "cookie",
|
||||
value: "simpler-cookie"
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user