* Made unoccupied workspaces setting more compaitble with # of workspaces assigned.
* Updated monitor listings
* Fix scenario where workspace rules aren't defined.
* Refactor for clean up and use workspace names instead of loop index.
* 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 scaling to individual elements (all menus and the bar).
* Make all dialog pages scrollable
* Add battery menu to settings
* update battery menu scaling
* Fix typo
* Add confirmation dialog scaling
* Workspaces are now handled properly for scrolling when there are no rules defined for them.
* Discard spaces that were added by formatting... or something?
* Another whitespace revert
* Add proper gtk to hyprland monitor mapping
* Updated the monitor identification logic to sync GDK monitor IDs properly with hyprland monitor IDs.
* Remove console statement.
* Revert this to how it was before since its exactly the same thing.
* 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.
* Branch protection check.
* Move button spacing config into the Configuration section instead of Theming.
* Partially Resolves#26 - Added the ability to configure outer spacing on the bar.
* Renamed all class names for buttons so they can be styled with margins.
* Added configurable spacing to buttons.
* Fixed styling for network module when using wifi.
* Fixed ghost margins that occur when labels are disabled in the bar buttons.
* Change the default page of the settings dialog to configuration.
* 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.