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:
@@ -251,44 +251,35 @@
|
||||
"theme.bar.buttons.notifications.total": "#83a598",
|
||||
"theme.bar.buttons.notifications.icon_background": "#83a598",
|
||||
"theme.bar.buttons.notifications.icon": "#282828",
|
||||
"theme.bar.buttons.notifications.hover": "#504945",
|
||||
"theme.bar.buttons.notifications.background": "#282828",
|
||||
"theme.bar.buttons.clock.icon_background": "#d3869b",
|
||||
"theme.bar.buttons.clock.icon": "#282828",
|
||||
"theme.bar.buttons.clock.text": "#d3869b",
|
||||
"theme.bar.buttons.clock.hover": "#504945",
|
||||
"theme.bar.buttons.clock.background": "#282828",
|
||||
"theme.bar.buttons.battery.icon_background": "#fabd2f",
|
||||
"theme.bar.buttons.battery.icon": "#282828",
|
||||
"theme.bar.buttons.battery.text": "#fabd2f",
|
||||
"theme.bar.buttons.battery.hover": "#504945",
|
||||
"theme.bar.buttons.battery.background": "#282828",
|
||||
"theme.bar.buttons.systray.hover": "#504945",
|
||||
"theme.bar.buttons.systray.background": "#282828",
|
||||
"theme.bar.buttons.bluetooth.icon_background": "#83a598",
|
||||
"theme.bar.buttons.bluetooth.icon": "#282828",
|
||||
"theme.bar.buttons.bluetooth.text": "#83a598",
|
||||
"theme.bar.buttons.bluetooth.hover": "#504945",
|
||||
"theme.bar.buttons.bluetooth.background": "#282828",
|
||||
"theme.bar.buttons.network.icon_background": "#b16286",
|
||||
"theme.bar.buttons.network.icon": "#282828",
|
||||
"theme.bar.buttons.network.text": "#b16286",
|
||||
"theme.bar.buttons.network.hover": "#504945",
|
||||
"theme.bar.buttons.network.background": "#282828",
|
||||
"theme.bar.buttons.volume.icon_background": "#fe8018",
|
||||
"theme.bar.buttons.volume.icon": "#282828",
|
||||
"theme.bar.buttons.volume.text": "#fe8018",
|
||||
"theme.bar.buttons.volume.hover": "#504945",
|
||||
"theme.bar.buttons.volume.background": "#282828",
|
||||
"theme.bar.buttons.media.icon_background": "#83a598",
|
||||
"theme.bar.buttons.media.icon": "#282828",
|
||||
"theme.bar.buttons.media.text": "#83a598",
|
||||
"theme.bar.buttons.media.hover": "#504945",
|
||||
"theme.bar.buttons.media.background": "#282828",
|
||||
"theme.bar.buttons.windowtitle.icon_background": "#d3869b",
|
||||
"theme.bar.buttons.windowtitle.icon": "#282828",
|
||||
"theme.bar.buttons.windowtitle.text": "#d3869b",
|
||||
"theme.bar.buttons.windowtitle.hover": "#504945",
|
||||
"theme.bar.buttons.windowtitle.background": "#282828",
|
||||
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#ffffff",
|
||||
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#21252b",
|
||||
@@ -298,7 +289,6 @@
|
||||
"theme.bar.buttons.workspaces.hover": "#d3869b",
|
||||
"theme.bar.buttons.workspaces.background": "#282828",
|
||||
"theme.bar.buttons.dashboard.icon": "#282828",
|
||||
"theme.bar.buttons.dashboard.hover": "#504945",
|
||||
"theme.bar.buttons.dashboard.background": "#fabc2f",
|
||||
"theme.bar.buttons.icon": "#83a598",
|
||||
"theme.bar.buttons.text": "#83a598",
|
||||
@@ -342,5 +332,10 @@
|
||||
"theme.bar.buttons.media.border": "#83a598",
|
||||
"theme.bar.buttons.windowtitle.border": "#d3869b",
|
||||
"theme.bar.buttons.workspaces.border": "#ffffff",
|
||||
"theme.bar.buttons.dashboard.border": "#fabd2f"
|
||||
"theme.bar.buttons.dashboard.border": "#fabd2f",
|
||||
"theme.bar.buttons.modules.submap.background": "#282828",
|
||||
"theme.bar.buttons.modules.submap.text": "#8ec07c",
|
||||
"theme.bar.buttons.modules.submap.border": "#8ec07c",
|
||||
"theme.bar.buttons.modules.submap.icon": "#21252b",
|
||||
"theme.bar.buttons.modules.submap.icon_background": "#8ec07c"
|
||||
}
|
||||
Reference in New Issue
Block a user