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