diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-15 12:53:42 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-15 12:53:42 +1100 |
| commit | 01540ca9d24112e8b587c35150e2c9b7bbfdbdec (patch) | |
| tree | f5117d33551d3aee79af734a2d52d101f2ca8a19 /modules | |
| parent | bar: wifi and bluetooth status (diff) | |
| download | caelestia-shell-01540ca9d24112e8b587c35150e2c9b7bbfdbdec.tar.gz caelestia-shell-01540ca9d24112e8b587c35150e2c9b7bbfdbdec.tar.bz2 caelestia-shell-01540ca9d24112e8b587c35150e2c9b7bbfdbdec.zip | |
Pass home and cache through bundler
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/launcher.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/launcher.tsx b/modules/launcher.tsx index 0768539..83245ca 100644 --- a/modules/launcher.tsx +++ b/modules/launcher.tsx @@ -6,7 +6,6 @@ import AstalHyprland from "gi://AstalHyprland"; import { launcher as config } from "../config"; import { Apps } from "../services/apps"; import Math, { type HistoryItem } from "../services/math"; -import { HOME } from "../utils/constants"; import { getAppCategoryIcon } from "../utils/icons"; import { launch } from "../utils/system"; import { PopupWindow, setupCustomTooltip, TransitionType } from "../utils/widgets"; |