* core func implemented
* its buggy but its something
* hide sidebar when searching
* optimize filter_options by using values iterator
* don't show categories
---------
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* implement settings
* move save to top
* run fmt
* fix some warnings
* fix dead code
* add support for nested options
* add tooltip explaining what it does
* don't redirect to `/dev/null`
* file not found popup
* saving failed + `get_config_path`
* custom popups
* make dialogs modal
* more customization
* organize imports
* MORE ERROR HANDLING
* file picker done
* move functionality to a module + some optimizations
* more moving
* more renaming
* something works (??)
* ???
* add debug prints and implement menu
* fix issues with incomplete window rendering
* implement more options
* use the parser to write instead of printing to terminal
* dont ask the user for their config a second time
* use lowercase
* add color boxes
* move color parsing to hyprparser
* cargolock
* rely on a constant path it shouldnt matter anyways
* add telemetry JK this really adds a tracker depending on what the user has toggled
* add a header instead of a single button
* run fmt
* gui overhaul base
* add functional click boxes
* fix issues with saving
* some fixes
* fix issues with value resetting
* fix issues with formatting
* update readme
* implement basic header functionality not working yet
* add headers and remove previous functionality
* add centering logic to first header in all cats
* move save button to left so its noticable by the user
* remove unused cats
---------
Co-authored-by: nyx <nnyyxxxx@protonmail.com>