diff --git a/src/modules/appView.ts b/src/modules/appLauncher.ts
similarity index 86%
rename from src/modules/appView.ts
rename to src/modules/appLauncher.ts
index 37333cd..14c263b 100644
--- a/src/modules/appView.ts
+++ b/src/modules/appLauncher.ts
@@ -9,7 +9,7 @@ export const run = (element: HTMLDivElement): void => {
element.style.alignItems = 'center'
element.style.justifyContent = 'center'
element.style.aspectRatio = '1 / 1'
- element.innerHTML = ''
+ element.innerHTML = ''
element.onclick = () => {
window.wm.toggleLauncher()
diff --git a/src/statusbar.ts b/src/statusbar.ts
index d24b6cc..3ff1b7c 100644
--- a/src/statusbar.ts
+++ b/src/statusbar.ts
@@ -1,6 +1,6 @@
import * as clock from './modules/clock.ts'
import * as switcher from './modules/switcher.ts'
-import * as appView from './modules/appView.ts'
+import * as appView from './modules/appLauncher.ts'
import * as apps from './modules/apps.ts'
import * as weather from './modules/weather.ts'
import * as battery from './modules/battery.ts'