* feat: add color picker panel (WIP - render bug) * docs: update README and add thumbnail * fix: rgb and hex options label key * fix: current swatch not loading on open * Modify plugin.toml metadata for color picker Updated plugin metadata fields including tags. --------- Co-authored-by: Lemmy <studio@quadbyte.net>
31 lines
1.6 KiB
JSON
31 lines
1.6 KiB
JSON
{
|
|
"color_picker": "Color Picker",
|
|
"no_color_picked": "No color picked yet.",
|
|
"recent_colors": "Recent Colors",
|
|
"opacity": "Opacity",
|
|
"no_history": "No colors in history yet.",
|
|
"color_copied": "Color {color} copied.",
|
|
"color_picked": "Color {color} picked.",
|
|
"hyprpicker_not_installed": "hyprpicker is not installed.",
|
|
"could_not_parse": "could not parse hyprpicker output.",
|
|
"glyph": "Glyph",
|
|
"hex": "HEX",
|
|
"rgb": "RGB",
|
|
|
|
"settings.hyprpicker_format.label": "Default Format",
|
|
"settings.hyprpicker_format.description": "Default color format to copy to clipboard (Hex or RGB).",
|
|
"settings.swatch_radius.label": "Swatches Corner Roundness",
|
|
"settings.swatch_radius.description": "Corner radius of the history swatches and current-color preview.",
|
|
"settings.hyprpicker_lowercase.label": "Lowercase Hex",
|
|
"settings.hyprpicker_lowercase.description": "Outputs the hexcode in lowercase.",
|
|
"settings.hyprpicker_scale.label": "Zoom Scale",
|
|
"settings.hyprpicker_scale.description": "Zoom lens magnification, from 1 to 10.",
|
|
"settings.hyprpicker_radius.label": "Zoom Radius",
|
|
"settings.hyprpicker_radius.description": "Zoom lens circle radius in pixels, from 1 to 1000.",
|
|
"settings.hyprpicker_no_zoom.label": "Disable Zoom Lens",
|
|
"settings.hyprpicker_no_zoom.description": "Turns off the magnifying zoom lens while picking.",
|
|
"settings.hyprpicker_disable_preview.label": "Disable Live Preview",
|
|
"settings.hyprpicker_disable_preview.description": "Turns off the live color preview while picking.",
|
|
"settings.hyprpicker_cursor.label": "Show cursor",
|
|
"settings.hyprpicker_cursor.description": "Includes the cursor in the frozen screen preview."
|
|
} |