feat(config): enable swatch by default for desktop mode
Set swatch = true as the default in the stock [desktop] configuration and internal defaults. This ensures that desktop notifications include a visual color swatch by default. Updated README and tests accordingly.
This commit is contained in:
@@ -106,6 +106,7 @@ json = false # copy JSON format instead of plain text
|
||||
name = false # fetch color name (requires network)
|
||||
copy = true # copy result to clipboard
|
||||
notify = true # show desktop notification with the copied value
|
||||
swatch = true # show color swatch in notification
|
||||
```
|
||||
|
||||
You can also use the CLI to manage your configuration:
|
||||
|
||||
Reference in New Issue
Block a user