From 6901ac4b4f1bdd022543badd349e21f6c6ea6988 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Sat, 29 Jan 2022 23:23:11 +0100 Subject: cputemp configurable path --- src/types.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.rs') diff --git a/src/types.rs b/src/types.rs index a26ffc2..7f6da2e 100644 --- a/src/types.rs +++ b/src/types.rs @@ -84,6 +84,7 @@ pub struct Battery { #[derive(Clone)] pub struct CpuTemp { + pub path: String, pub icon: String, pub enabled: bool, pub delay: f64, -- cgit v1.2.3