We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc4802 commit 184c529Copy full SHA for 184c529
share/dotfiles/.config/ags/config.js
@@ -55,13 +55,7 @@ const cld = Widget.Calendar({
55
showDetails: false,
56
showHeading: true,
57
showWeekNumbers: true,
58
- className:"cld",
59
- detail: (self, y, m, d) => {
60
- return `<span color="white">${y}. ${m}. ${d}.</span>`
61
- },
62
- onDaySelected: ({ date: [y, m, d] }) => {
63
- print(`${y}. ${m}. ${d}.`)
64
+ className:"cld"
65
})
66
67
// ML4W Welcome Button
0 commit comments