@@ -22,7 +22,7 @@ impl BatterySensor {
impl Sensor for BatterySensor {
fn icon(&self) -> String {
- "BAT".to_string()
+ "".to_string()
}
fn status(&self) -> String {
@@ -39,7 +39,7 @@ impl NetSpeedSensor {
impl Sensor for NetSpeedSensor {
- "NET".to_string()
+ "".to_string()
@@ -20,7 +20,7 @@ impl TempSensor {
impl Sensor for TempSensor {
- "TEMP".to_string()
+ "".to_string()
@@ -24,7 +24,7 @@ impl Sensor for TimeSensor {
"UTC"
else {
- "LOC"
+ ""
}.to_string()