diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-23 16:16:21 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-23 16:16:21 +1100 |
| commit | 1ffd7e1d54dd33311440cf4f6c0b2debca042c4d (patch) | |
| tree | 9bd9ac018309944e7698fb825b4c09dc6ed6b4fe /src/modules | |
| parent | sideright: fix calender underline (diff) | |
| download | caelestia-shell-1ffd7e1d54dd33311440cf4f6c0b2debca042c4d.tar.gz caelestia-shell-1ffd7e1d54dd33311440cf4f6c0b2debca042c4d.tar.bz2 caelestia-shell-1ffd7e1d54dd33311440cf4f6c0b2debca042c4d.zip | |
config: refactor
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/notifpopups.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/notifpopups.tsx b/src/modules/notifpopups.tsx index d3cbb90..9d461b1 100644 --- a/src/modules/notifpopups.tsx +++ b/src/modules/notifpopups.tsx @@ -1,6 +1,6 @@ import { App, Astal, Gtk } from "astal/gtk3"; +import { notifpopups as config } from "config"; import AstalNotifd from "gi://AstalNotifd"; -import { notifpopups as config } from "../../config"; import { setupChildClickthrough } from "../utils/widgets"; import Notification from "../widgets/notification"; |