diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-16 16:35:37 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-16 16:35:37 +1100 |
| commit | 02fd2e97f2c8a53bf2344e6fa8b14769cb15ee38 (patch) | |
| tree | 5e2a56becf6ba6961995e541ce9688224f704773 /src/modules/bar.tsx | |
| parent | popupwindow: switch to class (diff) | |
| download | caelestia-shell-02fd2e97f2c8a53bf2344e6fa8b14769cb15ee38.tar.gz caelestia-shell-02fd2e97f2c8a53bf2344e6fa8b14769cb15ee38.tar.bz2 caelestia-shell-02fd2e97f2c8a53bf2344e6fa8b14769cb15ee38.zip | |
refactor: move ts to src
Also move popupwindow to own file
Diffstat (limited to '')
| -rw-r--r-- | src/modules/bar.tsx (renamed from modules/bar.tsx) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar.tsx b/src/modules/bar.tsx index 5ed309e..b56d94a 100644 --- a/modules/bar.tsx +++ b/src/modules/bar.tsx @@ -7,7 +7,7 @@ import AstalNetwork from "gi://AstalNetwork"; import AstalNotifd from "gi://AstalNotifd"; import AstalTray from "gi://AstalTray"; import AstalWp01 from "gi://AstalWp"; -import { bar as config } from "../config"; +import { bar as config } from "../../config"; import type { Monitor } from "../services/monitors"; import Players from "../services/players"; import Updates from "../services/updates"; |