[⚡] Changed app launcher icon
This commit is contained in:
parent
02c81c5520
commit
63408d7a4c
2 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||||
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue