You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/configuration/config-file/styling.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,3 +166,4 @@ These can be set under `[styles.widgets]`:
166
166
|`selected_text`| Text styling for text when representing something that is selected |`selected_text = { color = "black", bg_color = "blue", bold = true }`|
167
167
|`disabled_text`| Text styling for text when representing something that is disabled |`disabled_text = { color = "black", bg_color = "blue", bold = true }`|
168
168
|`thread_text`| Text styling for text when representing process threads. Only usable on Linux at the moment. |`thread_text = { color = "green", bg_color = "blue", bold = true }`|
169
+
|`progress_bar_chars`| Characters to use for progress bars |`progress_bar_chars = ["▏", "▎", "▍", "▌", "▋", "▊", "▉", "█"]`|
0 commit comments