summaryrefslogtreecommitdiff
path: root/modules/launcher.tsx
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 12:53:42 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 12:53:42 +1100
commit01540ca9d24112e8b587c35150e2c9b7bbfdbdec (patch)
treef5117d33551d3aee79af734a2d52d101f2ca8a19 /modules/launcher.tsx
parentbar: wifi and bluetooth status (diff)
downloadcaelestia-shell-01540ca9d24112e8b587c35150e2c9b7bbfdbdec.tar.gz
caelestia-shell-01540ca9d24112e8b587c35150e2c9b7bbfdbdec.tar.bz2
caelestia-shell-01540ca9d24112e8b587c35150e2c9b7bbfdbdec.zip
Pass home and cache through bundler
Diffstat (limited to 'modules/launcher.tsx')
-rw-r--r--modules/launcher.tsx1
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";