|
96 | 96 | "browse-library": "Browse Library", |
97 | 97 | "color-selection-description": "Apply theme colors to icons.", |
98 | 98 | "enable-colorization-description": "Enable colorization for icon, applying theme colors.", |
| 99 | + "enable-colorization-label": "Enable colorization", |
99 | 100 | "icon-description": "Select an icon from the library or a custom file.", |
100 | 101 | "select-custom-icon": "Select a custom icon", |
101 | 102 | "use-distro-logo-description": "Use your distribution's logo instead of a custom icon.", |
|
105 | 106 | "collapse-condition-description": "If the output text matches this value, the button will collapse.", |
106 | 107 | "collapse-condition-label": "Collapse condition", |
107 | 108 | "color-selection-description": "Apply theme colors to icon and text.", |
108 | | - "icon-color-selection-description": "Apply theme colors to icons.", |
109 | | - "text-color-selection-description": "Apply theme colors to text.", |
110 | 109 | "default-tooltip": "Custom button, configure in settings", |
111 | 110 | "display-command-output-description": "Enter a command to run at a regular interval. The first line of its output will be displayed as text.", |
112 | 111 | "display-command-output-label": "Display command output", |
113 | 112 | "display-command-output-stream-description": "Enter a command to run continuously.", |
114 | 113 | "dynamic-text": "Dynamic text", |
| 114 | + "enable-colorization-description": "Enable colorization for the custom button icon and text, applying theme colors.", |
| 115 | + "enable-colorization-label": "Enable colorization", |
115 | 116 | "general-tooltip-text-description": "Custom text to display in the button's tooltip.", |
116 | 117 | "general-tooltip-text-label": "Custom tooltip text", |
117 | 118 | "hide-mode-always-expanded": "Always expanded", |
118 | 119 | "hide-mode-description": "Controls widget visibility when the command has no output.", |
119 | 120 | "hide-mode-expand-with-output": "Expand when has output", |
120 | 121 | "hide-mode-label": "Hide mode", |
121 | 122 | "hide-mode-max-transparent": "Max expanded but transparent", |
| 123 | + "icon-color-selection-description": "Apply theme colors to icons.", |
122 | 124 | "icon-description": "Select an icon from the library.", |
| 125 | + "icon-position-bottom": "Bottom", |
123 | 126 | "icon-position-description": "Select where the icon appears relative to the text.", |
124 | 127 | "icon-position-label": "Icon position", |
125 | 128 | "icon-position-left": "Left", |
126 | 129 | "icon-position-right": "Right", |
127 | 130 | "icon-position-top": "Top", |
128 | | - "icon-position-bottom": "Bottom", |
129 | 131 | "ipc-identifier-description": "Unique identifier for IPC commands. Use this identifier with 'qs -c noctalia-shell ipc call cb [action] [identifier]' to control this button via IPC.", |
130 | 132 | "ipc-identifier-label": "IPC Identifier", |
131 | 133 | "left-click-description": "Command to execute when the button is left-clicked.", |
|
151 | 153 | "show-icon-label": "Show icon", |
152 | 154 | "show-text-tooltip-description": "Show tooltips with the output from the text command.", |
153 | 155 | "show-text-tooltip-label": "Show dynamic text tooltips", |
| 156 | + "tab-actions": "Actions", |
| 157 | + "tab-icon": "Icon", |
| 158 | + "tab-text": "Text Command", |
| 159 | + "text-color-selection-description": "Apply theme colors to text.", |
154 | 160 | "text-stream-description": "Streamed lines from the command will be displayed as text on the button.", |
155 | 161 | "text-stream-label": "Stream", |
156 | 162 | "wheel-description": "Command to execute when the scroll wheel is used.<br>Use $delta for the scroll wheel delta in the command.", |
|
163 | 169 | "wheel-up": "Scroll up", |
164 | 170 | "wheel-up-description": "Command to execute when the scroll wheel is scrolled up.", |
165 | 171 | "wheel-up-label": "Wheel up command", |
166 | | - "wheel-update-text": "Update displayed text on scroll", |
167 | | - "tab-actions": "Actions", |
168 | | - "tab-icon": "Icon", |
169 | | - "tab-text": "Text Command" |
| 172 | + "wheel-update-text": "Update displayed text on scroll" |
170 | 173 | }, |
171 | 174 | "keyboard-layout": { |
172 | 175 | "show-icon-description": "Display the keyboard layout icon." |
|
0 commit comments