* fix: display media total length on bar
* fix: add option to display custom nomedia text
* feat: add dedicated label too
* fix: media add more window names for playables
* fix: add option to control display time
* Consolidate code and make tooltip timestamp for media bar opt-in.
---------
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
* feat: on hover only show actions if available on notifications
* feat: on hover only show actions if available on notifications
* fix: make the change configurable
* fix: remove unneeded op
* fix: markup shown as tags from some browsers
* fix: notification body overflow
* Revert "fix: notification body overflow"
This reverts commit 58c0fe4758cbfcf1ca0fbf6e9c6a66322aa703cf.
* fix: remove options
* feat: make music lable more dynamically configurable
* fix: move seekbar above controls
* fix: add menu for media
* fix: add menu for media
* fix: add menu for media
* Organize media player code
* fix: revert back controls position
* Delete pnpm-lock.yaml
* Update options.ts
* Update widget/settings/pages/config/bar/index.ts
* fix: merge changes broken
---------
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
* 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>
* 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>
* Implemented configurable and toggleable button borders.
* Improve and simplify border logic
* Fix hidden label icon borders.
* Removed button hover property from bar buttons, they dim on hover now by default.
* Rename file.
* Update catppuccin normal theme's storage module color.
* update mocha items
* update mochas
* Update themes to account for borders
* fix window title label option not being respected
* add window title icon and label side effects
* add new line to SideEffects.ts
* fix window title children type
* Implemented strict linting standards and prettier formatting config.
* More linter fixes and type updates.
* More linter updates and type fixes
* Remove noisy comments
* Linter and type updates
* Linter, formatting and type updates.
* Linter updates
* Type updates
* Type updates
* fixed all linter errors
* Fixed all linting, formatting and type issues.
* Resolve merge conflicts.