forked from Shinonome/dots-hyprland
add icon to date
This commit is contained in:
@@ -351,7 +351,7 @@ Item {
|
|||||||
font {
|
font {
|
||||||
family: Appearance.font.family.reading
|
family: Appearance.font.family.reading
|
||||||
pixelSize: 80
|
pixelSize: 80
|
||||||
weight: 5000
|
weight: 1000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -227,7 +227,7 @@ ContentPage {
|
|||||||
ConfigSwitch {
|
ConfigSwitch {
|
||||||
enabled: Config.options.background.clock.style === "cookie" && Config.options.background.clock.cookie.dialNumberStyle === "none"
|
enabled: Config.options.background.clock.style === "cookie" && Config.options.background.clock.cookie.dialNumberStyle === "none"
|
||||||
visible: Config.options.background.clock.style === "cookie"
|
visible: Config.options.background.clock.style === "cookie"
|
||||||
buttonIcon: "farsight_digital"
|
buttonIcon: "date_range"
|
||||||
text: Translation.tr("Date inside clock")
|
text: Translation.tr("Date inside clock")
|
||||||
checked: Config.options.background.clock.cookie.dateInClock
|
checked: Config.options.background.clock.cookie.dateInClock
|
||||||
onEnabledChanged: {
|
onEnabledChanged: {
|
||||||
|
|||||||
Reference in New Issue
Block a user