diff --git a/local/recipes/system/redbear-power/source/src/render.rs b/local/recipes/system/redbear-power/source/src/render.rs index 50416d13e3..4702e46423 100644 --- a/local/recipes/system/redbear-power/source/src/render.rs +++ b/local/recipes/system/redbear-power/source/src/render.rs @@ -1530,6 +1530,16 @@ pub fn render_controls<'a>(app: &'a App, focused: bool) -> Paragraph<'a> { let mut lines = vec![ Line::from("Controls".set_style(theme::LABEL_BOLD)), Line::from(""), + Line::from(vec![ + " Tabs: ".yellow(), + "[1]PerCPU [2]Sys [3]Info [4]MB [5]Batt [6]Sens \ + [7]Net [8]Stor [9]Proc".into(), + ]), + Line::from(vec![ + " ".into(), + "[T] cycle (next tab)".into(), + ]), + Line::from(""), Line::from(vec![" [g] ".yellow(), "cycle governor".into()]), Line::from(vec![" [p] ".yellow(), "P-state -1 (slower, cooler)".into()]), Line::from(vec![" [P] ".yellow(), "P-state +1 (faster, hotter)".into()]), @@ -1658,6 +1668,13 @@ TOML CONFIG: auto_stop_temp_c int or null (default 95) INTERACTIVE CONTROLS: + +TABS: + [1] Per-CPU [2] System [3] Info + [4] Motherboard [5] Battery [6] Sensors + [7] Network [8] Storage [9] Process + [T] cycle to next tab + [g] cycle governor (Performance / Ondemand / Powersave) [p/P] step selected CPU P-state down / up [m/M] force selected CPU to min / max P-state