Skip to content

Commit

Permalink
Tooltips removed from calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
mylinuxforwork committed Oct 9, 2024
1 parent cfc4802 commit 184c529
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions share/dotfiles/.config/ags/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,7 @@ const cld = Widget.Calendar({
showDetails: false,
showHeading: true,
showWeekNumbers: true,
className:"cld",
detail: (self, y, m, d) => {
return `<span color="white">${y}. ${m}. ${d}.</span>`
},
onDaySelected: ({ date: [y, m, d] }) => {
print(`${y}. ${m}. ${d}.`)
},
className:"cld"
})

// ML4W Welcome Button
Expand Down

0 comments on commit 184c529

Please sign in to comment.