We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[buffer_rules] clear_on_hide = true clear_on_enter = true [theme] text_color = [1.0, 1.0, 1.0] background_color = [0.0, 0.0, 0.0] blur = false show_icons = true show_scroll_bar = true
clear_on_hide and clear_on_enter just mean if the "buffer" (aka the text box's content), should be cleared when the app is hidden / entered
clear_on_hide
clear_on_enter
This is the text color that rustcast should use inside the app with the format text_color = [R, G, B]
text_color = [R, G, B]
This is the background color that rustcast should use inside the app with the same format as text_color but different name
(Customising this is not supported as of now. The default is true)
If you want RustCast to show the app icons in the results.
If you want rustcast to show you the scroll bar (when its needed)