We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
let ohw_opt = appdata.ohw_info.lock(); let mut coretemps = get_coretemps(&ohw_opt); if coretemps.is_empty() { let cpu_temp = ohw_opt.parse_value_path_def("#0|+images_icon/cpu.png|Temperature|Core"); for i in 0..appdata.system_status.cpus().len() { coretemps.push((i as i32, cpu_temp)); } }
let taskbarsize_main = 40.0; // FIXME: Win 10: 40, Win 11 70
The text was updated successfully, but these errors were encountered:
pub fn squash_value(input: f64) -> f64 { if input >= 0.0 { 0.5 * (1.0 - 1.0 / (input + 1.0)) } else { -0.5 * (1.0 - 1.0 / (-input + 1.0)) } }
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: