mirror of
https://github.com/house-of-vanity/tmux-helper.git
synced 2026-02-04 01:37:57 +00:00
Remove from cpu_bar
This commit is contained in:
@@ -102,7 +102,7 @@ pub fn cpu_load_bar(bar_len: i32, config: &config::Config) {
|
||||
config,
|
||||
);
|
||||
|
||||
print!("{:.1}% CPU#[default]", cpu_usage);
|
||||
print!("{:.1}%#[default]", cpu_usage);
|
||||
}
|
||||
|
||||
pub fn get_player() -> Result<Vec<String>, Box<dyn std::error::Error>> {
|
||||
|
||||
Reference in New Issue
Block a user