feat(config): enable desktop swatch and improve comment alignment #11

Merged
rootiest merged 2 commits from feat/desktop-swatch-and-config-alignment into main 2026-05-03 18:58:03 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 8d94bc4006 - Show all commits
+1
View File
@@ -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:
+2 -2
View File
@@ -45,7 +45,7 @@ desktop_name=0
desktop_notify=1
desktop_copy=1
desktop_output="hex"
desktop_swatch=0
desktop_swatch=1
# Track which settings were explicitly set via CLI flags to ensure they override config
cli_json=""
@@ -274,7 +274,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 = false # show color swatch in notification
swatch = true # show color swatch in notification
EOF
}