* 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.
* 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 a Nix Flake and support for running from the Nix Store
* Removed variable imports since they're brough in at the top level.
* Removed redundan imports and remove unused files (moved to temp).
---------
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
* Made workspace scrolling slower and more natural.
* Fix workspace scrolling not working on single monitors: Fixes#8
* Fixed#15 and added configuration options to adjust workspace spacing and scrolling speed.
* Updated README to add instructions on Notifications.
* Resolves#8 - Implemented scrolling and clicking to change workspaces.
* Remove the hover effect on workspaces as its no longer applicable.