Refactored hooks to specify events and reworked the dropdowns to be significantly faster and more responsive. (#304)
* Updated events to be more specific * Update more events * Update globalmousepos * Update themes and submap module to show submap name. * Type fixes * Reworked menu position calculation logic to be much more efficient. * Revert import file location * We luv arrow functions * Remove globalMousePos remnants since it's unused. * Added the ability to configure menu dropdown transition and duration. * Fix type
This commit is contained in:
@@ -201,43 +201,32 @@
|
||||
"theme.bar.menus.cards": "#111111",
|
||||
"theme.bar.buttons.notifications.total": "#FFFFFF",
|
||||
"theme.bar.buttons.notifications.icon": "#FFFFFF",
|
||||
"theme.bar.buttons.notifications.hover": "#444444",
|
||||
"theme.bar.buttons.notifications.background": "#090909",
|
||||
"theme.bar.buttons.clock.icon": "#FFFFFF",
|
||||
"theme.bar.buttons.clock.text": "#FFFFFF",
|
||||
"theme.bar.buttons.clock.hover": "#444444",
|
||||
"theme.bar.buttons.clock.background": "#090909",
|
||||
"theme.bar.buttons.battery.icon": "#FFFFFF",
|
||||
"theme.bar.buttons.battery.text": "#FFFFFF",
|
||||
"theme.bar.buttons.battery.hover": "#444444",
|
||||
"theme.bar.buttons.battery.background": "#090909",
|
||||
"theme.bar.buttons.systray.hover": "#444444",
|
||||
"theme.bar.buttons.systray.background": "#090909",
|
||||
"theme.bar.buttons.bluetooth.icon": "#FFFFFF",
|
||||
"theme.bar.buttons.bluetooth.text": "#FFFFFF",
|
||||
"theme.bar.buttons.bluetooth.hover": "#444444",
|
||||
"theme.bar.buttons.bluetooth.background": "#090909",
|
||||
"theme.bar.buttons.network.icon": "#FFFFFF",
|
||||
"theme.bar.buttons.network.text": "#FFFFFF",
|
||||
"theme.bar.buttons.network.hover": "#444444",
|
||||
"theme.bar.buttons.network.background": "#090909",
|
||||
"theme.bar.buttons.volume.icon": "#FFFFFF",
|
||||
"theme.bar.buttons.volume.text": "#FFFFFF",
|
||||
"theme.bar.buttons.volume.hover": "#444444",
|
||||
"theme.bar.buttons.volume.background": "#090909",
|
||||
"theme.bar.buttons.media.hover": "#444444",
|
||||
"theme.bar.buttons.windowtitle.icon": "#FFFFFF",
|
||||
"theme.bar.buttons.windowtitle.text": "#FFFFFF",
|
||||
"theme.bar.buttons.windowtitle.hover": "#444444",
|
||||
"theme.bar.buttons.windowtitle.background": "#090909",
|
||||
"theme.bar.buttons.workspaces.numbered_active_text_color": "#000000",
|
||||
"theme.bar.buttons.workspaces.active": "#FFFFFF",
|
||||
"theme.bar.buttons.workspaces.occupied": "#FFFFFF",
|
||||
"theme.bar.buttons.workspaces.available": "#FFFFFF",
|
||||
"theme.bar.buttons.workspaces.hover": "#444444",
|
||||
"theme.bar.buttons.workspaces.background": "#090909",
|
||||
"theme.bar.buttons.dashboard.icon": "#FFFFFF",
|
||||
"theme.bar.buttons.dashboard.hover": "#444444",
|
||||
"theme.bar.buttons.dashboard.background": "#090909",
|
||||
"theme.osd.label": "#FFFFFF",
|
||||
"theme.osd.icon": "#000000",
|
||||
@@ -343,5 +332,10 @@
|
||||
"theme.bar.buttons.media.border": "#FFFFFF",
|
||||
"theme.bar.buttons.windowtitle.border": "#FFFFFF",
|
||||
"theme.bar.buttons.workspaces.border": "#FFFFFF",
|
||||
"theme.bar.buttons.dashboard.border": "#FFFFFF"
|
||||
"theme.bar.buttons.dashboard.border": "#FFFFFF",
|
||||
"theme.bar.buttons.modules.submap.background": "#090909",
|
||||
"theme.bar.buttons.modules.submap.text": "#FFFFFF",
|
||||
"theme.bar.buttons.modules.submap.border": "#FFFFFF",
|
||||
"theme.bar.buttons.modules.submap.icon": "#FFFFFF",
|
||||
"theme.bar.buttons.modules.submap.icon_background": "#090909"
|
||||
}
|
||||
Reference in New Issue
Block a user