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": "#21202e",
|
||||
"theme.bar.buttons.notifications.total": "#c4a7e7",
|
||||
"theme.bar.buttons.notifications.icon": "#c4a7e7",
|
||||
"theme.bar.buttons.notifications.hover": "#26233a",
|
||||
"theme.bar.buttons.notifications.background": "#21202e",
|
||||
"theme.bar.buttons.clock.icon": "#c4a7e7",
|
||||
"theme.bar.buttons.clock.text": "#c4a7e7",
|
||||
"theme.bar.buttons.clock.hover": "#26233a",
|
||||
"theme.bar.buttons.clock.background": "#21202e",
|
||||
"theme.bar.buttons.battery.icon": "#f6c177",
|
||||
"theme.bar.buttons.battery.text": "#f6c177",
|
||||
"theme.bar.buttons.battery.hover": "#26233a",
|
||||
"theme.bar.buttons.battery.background": "#21202e",
|
||||
"theme.bar.buttons.systray.hover": "#26233a",
|
||||
"theme.bar.buttons.systray.background": "#21202e",
|
||||
"theme.bar.buttons.bluetooth.icon": "#9ccfd8",
|
||||
"theme.bar.buttons.bluetooth.text": "#9ccfd8",
|
||||
"theme.bar.buttons.bluetooth.hover": "#26233a",
|
||||
"theme.bar.buttons.bluetooth.background": "#21202e",
|
||||
"theme.bar.buttons.network.icon": "#c4a7e7",
|
||||
"theme.bar.buttons.network.text": "#c4a7e7",
|
||||
"theme.bar.buttons.network.hover": "#26233a",
|
||||
"theme.bar.buttons.network.background": "#21202e",
|
||||
"theme.bar.buttons.volume.icon": "#eb6f92",
|
||||
"theme.bar.buttons.volume.text": "#eb6f92",
|
||||
"theme.bar.buttons.volume.hover": "#26233a",
|
||||
"theme.bar.buttons.volume.background": "#21202e",
|
||||
"theme.bar.buttons.media.hover": "#26233a",
|
||||
"theme.bar.buttons.windowtitle.icon": "#c4a7e7",
|
||||
"theme.bar.buttons.windowtitle.text": "#c4a7e7",
|
||||
"theme.bar.buttons.windowtitle.hover": "#26233a",
|
||||
"theme.bar.buttons.windowtitle.background": "#21202e",
|
||||
"theme.bar.buttons.workspaces.numbered_active_text_color": "#1f1d2e",
|
||||
"theme.bar.buttons.workspaces.active": "#c4a7e7",
|
||||
"theme.bar.buttons.workspaces.occupied": "#eb6f92",
|
||||
"theme.bar.buttons.workspaces.available": "#9ccfd8",
|
||||
"theme.bar.buttons.workspaces.hover": "#26233a",
|
||||
"theme.bar.buttons.workspaces.background": "#21202e",
|
||||
"theme.bar.buttons.dashboard.icon": "#f6c177",
|
||||
"theme.bar.buttons.dashboard.hover": "#26233a",
|
||||
"theme.bar.buttons.dashboard.background": "#21202e",
|
||||
"theme.osd.label": "#c4a7e7",
|
||||
"theme.osd.icon": "#191724",
|
||||
@@ -343,5 +332,10 @@
|
||||
"theme.bar.buttons.media.border": "#c4a7e7",
|
||||
"theme.bar.buttons.windowtitle.border": "#c4a7e7",
|
||||
"theme.bar.buttons.workspaces.border": "#1f1d2e",
|
||||
"theme.bar.buttons.dashboard.border": "#f6c177"
|
||||
"theme.bar.buttons.dashboard.border": "#f6c177",
|
||||
"theme.bar.buttons.modules.submap.background": "#21202e",
|
||||
"theme.bar.buttons.modules.submap.text": "#9ccfd8",
|
||||
"theme.bar.buttons.modules.submap.border": "#9ccfd8",
|
||||
"theme.bar.buttons.modules.submap.icon": "#9ccfd8",
|
||||
"theme.bar.buttons.modules.submap.icon_background": "#21202e"
|
||||
}
|
||||
Reference in New Issue
Block a user