* 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(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.
* 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.
* Create declarative module scaffolding
* Added ram module (WIP)
* Updates to options, styling and more.
* Added function for styling custom modules.
* Added utility functions and cleaned up code
* Type and fn name updates.
* Update module utils to handle absent values.
* Added icon color in style2 that was missing.
* Linted utils.ts
* Add CPU module and update RAM module to use /proc/meminfo.
* Added disk storage module.
* Consolidate code
* Added netstat module and removed elements from systray default ignore list.
* Added keyboard layout module.
* Fix hook types and move module to customModules directory
* Added updates modules.
* Spacing updates
* Added weather module.
* Added power menu and power module in bar. Increased update default interval to 6 ours.
* Updated styling of bar buttons, made power menu label toggleable, etc.
* Consolidate code and add dynamic tooltips based on data being used.
* Make default custom mogules matugen compatible
* Update base theme
* Fix custom module background coloring
* Remove testing opacity.
* Update themes to account for new modules
* Update nix stuff for libgtop (Need someone to test this)
* Update nix
* Update fractions to multiplications
* Move styling in style directory
* Implement a polling framework for variables that can dynamically adjust polling intervals.
* Netstat module updates when interface name is changed.
* Readme update
* Added a new style called split for bar buttons
* Added wavy button styles.
* Added padding configuration
* Update bar padding
* Fix styling for battery style2
* Fix icon only setting for bar
* Update types and options
* Add button style to exported theme props.
* Fix top margin for menus.
* Added the ability to export the current color config/theme.
* Added the ability to import a theme.
* Added the ability to import a config only.
* Created preset themes for popular palettes.
* Restart AGS once settings/theme is imported.
* Added tokyo night theme
* Added rose pine themes.
* Move themes
* Organize files
* added monitor options for notifications
* added monitor options for notifications
* ..
* added changes
* Update widget/settings/pages/config/notifications/index.ts
* Added the ability for left/right anchors for notifications and updated types to reflect that.
* merge (not sure if I did this correct)
* Implemented Wallpaper Selector and Matugen's Wallpaper based auto-theming. (#73)
* 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.
* added options for bar media module (#88)
* added options for bar media module
* added reviewed changes
* cleaned up
* Made the media player more responsive and accurate. (#95)
---------
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
* 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.
* Resolves#13 - Added on-screen-displays to indicate volume and brightness changes.
* <3 Aylur
* Update brightness logic for osd
* Update brightness labels
* Fixed typos in the settings menu component.
* Added options to toggle OSD and change its orientation.