diff --git a/src/modules/popdowns/sideright.tsx b/src/modules/popdowns/sideright.tsx index ca3e51c0..5e873b3d 100644 --- a/src/modules/popdowns/sideright.tsx +++ b/src/modules/popdowns/sideright.tsx @@ -1,7 +1,7 @@ import SWeather, { type WeatherData } from "@/services/weather"; import { ellipsize } from "@/utils/strings"; import { bindCurrentTime } from "@/utils/system"; -import { Calendar as WCal } from "@/utils/widgets"; +import { setupCustomTooltip, Calendar as WCal } from "@/utils/widgets"; import PopupWindow from "@/widgets/popupwindow"; import { bind, timeout } from "astal"; import { Astal, Gtk, type Gdk } from "astal/gtk3"; @@ -88,12 +88,22 @@ const Weather = () => {