[] Changed app launcher icon

This commit is contained in:
ThinLiquid 2023-10-17 04:52:33 +01:00
parent 02c81c5520
commit 63408d7a4c
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ export const run = (element: HTMLDivElement): void => {
element.style.alignItems = 'center' element.style.alignItems = 'center'
element.style.justifyContent = 'center' element.style.justifyContent = 'center'
element.style.aspectRatio = '1 / 1' element.style.aspectRatio = '1 / 1'
element.innerHTML = '<i class=\'bx bx-rocket\'></i>' element.innerHTML = '<i class=\'bx bx-category\'></i>'
element.onclick = () => { element.onclick = () => {
window.wm.toggleLauncher() window.wm.toggleLauncher()

View file

@ -1,6 +1,6 @@
import * as clock from './modules/clock.ts' import * as clock from './modules/clock.ts'
import * as switcher from './modules/switcher.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 apps from './modules/apps.ts'
import * as weather from './modules/weather.ts' import * as weather from './modules/weather.ts'
import * as battery from './modules/battery.ts' import * as battery from './modules/battery.ts'