diff options
Diffstat (limited to 'src/widgets/notification.tsx')
| -rw-r--r-- | src/widgets/notification.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/notification.tsx b/src/widgets/notification.tsx index adac831..3def064 100644 --- a/src/widgets/notification.tsx +++ b/src/widgets/notification.tsx @@ -1,8 +1,8 @@ +import { desktopEntrySubs } from "@/utils/icons"; import { GLib, register, timeout } from "astal"; import { Astal, Gtk, Widget } from "astal/gtk3"; +import { notifpopups as config } from "config"; import AstalNotifd from "gi://AstalNotifd"; -import { notifpopups as config } from "../../config"; -import { desktopEntrySubs } from "../utils/icons"; const urgencyToString = (urgency: AstalNotifd.Urgency) => { switch (urgency) { |