* feat: show battery on bluetooth device list
* feat: show battery on bluetooth device list
* fix: handle case when battery is not defined
* fix: handle case when battery is not defined
* feat: add bluetooth menu
* feat: add bluetooth menu
* fix: separate icon and percentage
* fix: group battery stuffs
* Update options.ts
* Update modules/menus/bluetooth/devices/devicelist.ts
* Update modules/menus/bluetooth/devices/devicelist.ts
* Update modules/menus/bluetooth/devices/devicelist.ts
---------
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
* feat(workspace): map client classes to application icons
* refactor: extract app icon detection
* feat: hide duplicate icons per workspace
* feat: use dedicated icons for empty workspace and fallback
* provide default icons
* feat: title or class matcher can no provided as regex
* style: change option description
* style: use more descriptive param name
* style: fix comment
* fix(lint): missing return type
* refactor: move type definitions into separate file
* feat: defined default app icon set
* docs: change option subtitles
* style: change icons
* fix: add missing default variant
---------
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
* Added the ability to provide a path to a json file for the weather API key.
* Update weather api key subtitle.
* Add jsdoc to methods and consolidate.
* Updated the logic for Stat/Metric tracking in the dashboard more robust.
* Show used/total for stats.
* Added the ability to configure the update interval of metrics in the dashboard.
* feat: add option to hide label when battery is full
* feat: add option to hide label when battery is full
* feat: add option to hide label when battery is full
* Update modules/bar/battery/index.ts
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
* fix: battery css
---------
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
* feat: add uptime on power profile
* feat: add uptime on power profile
* feat: add uptime on power profile
* feat: add uptime on power profile
* Update modules/menus/energy/profiles/index.ts
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
* Update modules/menus/energy/profiles/index.ts
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
* Update modules/menus/energy/profiles/index.ts
* Update modules/menus/energy/profiles/index.ts
---------
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
* 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
* calendar menu: make weather optional
adds a setting to enable or disable the weather widget in the calendar
menu.
* Fix bottom margin of last child card.
* Fix calendar dropdown merge linting and formatting errors.
* Settings dialog formatting error fix.
---------
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>