diff --git a/.config/config.toml b/.config/config.toml index 6b80d02..341db38 100644 --- a/.config/config.toml +++ b/.config/config.toml @@ -56,6 +56,8 @@ ui_scale = 100 # Where to place the input bar in the UI (top or bottom) input_bar_position = "top" +# The input prompt string (defaults to ">" if not specified) +input_prompt = ">" # What orientation should tv be (landscape or portrait) orientation = "landscape" # The theme to use for the UI diff --git a/television/channels/prototypes.rs b/television/channels/prototypes.rs index c18af81..41be5a0 100644 --- a/television/channels/prototypes.rs +++ b/television/channels/prototypes.rs @@ -379,6 +379,8 @@ pub struct UiSpec { pub input_bar_position: Option, #[serde(default)] pub input_header: Option