feat(config): enable desktop swatch and improve comment alignment #11
Reference in New Issue
Block a user
Delete Branch "feat/desktop-swatch-and-config-alignment"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR introduces two minor improvements to the configuration management:
swatch = trueas the default in the stock[desktop]configuration and internal defaults. This ensures that desktop notifications include a visual color swatch by default, improving the user experience for the app-menu launcher.set_config: Implements a robust whitespace adjustment logic in the configuration updater. When toggling between values of different lengths (liketrueandfalse), the tool now dynamically adds or removes spaces to keep trailing comments vertically aligned inconfig.toml.Both changes have been verified with manual reproduction scripts and the existing test suite.