* feat: launcher icon auto detect from os name
* feat: add more
* fix: revamp distro icon
* feat: on hover only show actions if available on notifications (#396)
* 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
* Added the ability to scale a popover. (#443)
* Added the ability to scale a popover.
* Removed redundant code
* Provide a cli command to clear notifications. (#444)
* Added a cpu temperature custom module. (#446)
* Added a CPU Temperature module.
* Update defauls and add wiki link.
* Move celsius to fahr conversion to method.
* fix: move distoicons , use capitalizeLetter func
* fix: lint
* Rename dissto.ts to distro.ts
* Update lib/utils.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
* 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.
* Implement matugen - WIP
* Added matugen
* Add types and cleanup code
* Matugen implementation updates and added more options such as scheme and contrast.
* Code cleanup and matugen settings renamed for clarity.
* Makon maroon a primary matugen color.
* Updates to handle variations of matugen colors
* Finalizing matugen and wrapping up variations.
* Minor styling updates of the settings dialog.
* Do a swww dependency check.
* Dependency logic update
* Switch shouldn't double trigger notifications now when checking dependency.
* Logic was inverted
* Add matugen to dependency checker.
* Fixed dependency checking conditional
* Update dependency list in readme and check for matugen before doing matugen operations
* Styling fixes
* OSD Fix
* Remove unused code from wallpaper service.
* Color fixes for matugen.
* Nix updates for new dependencies
* Change default wallpaper to empty.
* Added custom notification service for startup, cleaned up code and updated readme.