aboutsummaryrefslogtreecommitdiff
path: root/src/types.rs
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2022-01-29 23:23:11 +0100
committerÖzgür Kesim <oec@codeblau.de>2022-01-29 23:23:11 +0100
commit6901ac4b4f1bdd022543badd349e21f6c6ea6988 (patch)
tree790e681149baca54c2c26bfce5c151da7c90a971 /src/types.rs
parentde2e6017f5ad0c6d3d6894d64b19c8da4dfe82d0 (diff)
cputemp configurable path
Diffstat (limited to 'src/types.rs')
-rw-r--r--src/types.rs1
1 files changed, 1 insertions, 0 deletions
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,