hefty: bar: time: calendar

This commit is contained in:
end-4
2026-03-07 21:47:00 +01:00
parent c155bde816
commit 9ffe4dfb11
9 changed files with 326 additions and 90 deletions
@@ -54,7 +54,7 @@ BodyRectangle {
anchors.centerIn: parent
text: {
var result = dayOfWeekItem.model.shortName;
if (Config.options.waffles.calendar.force2CharDayOfWeek) result = result.substring(0,2);
if (Config.options.calendar.force2CharDayOfWeek) result = result.substring(0,2);
return result;
}
color: Looks.colors.fg
@@ -70,6 +70,7 @@ BodyRectangle {
buttonSpacing: 6
buttonVerticalSpacing: 1
Layout.fillWidth: true
scrollAnimation: Looks.transition.scroll.createObject(this)
delegate: DayButton {}
}
}