Skip to content

Commit 184c529

Browse files
Tooltips removed from calendar
1 parent cfc4802 commit 184c529

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

share/dotfiles/.config/ags/config.js

+1-7
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,7 @@ const cld = Widget.Calendar({
5555
showDetails: false,
5656
showHeading: true,
5757
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-
},
58+
className:"cld"
6559
})
6660

6761
// ML4W Welcome Button

0 commit comments

Comments
 (0)