diff options
author | Mustafa Salih <37256744+MustafaSalih1993@users.noreply.github.com> | 2021-04-29 22:54:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 22:54:16 +0300 |
commit | 501c8e64a0af23e3fc1c195e46708d99db40aed8 (patch) | |
tree | e832f74b4d0d014152207619eb79854db8408947 /src/types.rs | |
parent | 6b92cecef43b824c0dbae69312fcf669a5058853 (diff) |
removed battery source from rsblocks.yml (#51)
Diffstat (limited to 'src/types.rs')
-rw-r--r-- | src/types.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.rs b/src/types.rs index a7fd975..9b31946 100644 --- a/src/types.rs +++ b/src/types.rs @@ -75,7 +75,6 @@ pub struct Weather { #[derive(Clone)] pub struct Battery { - pub source: String, pub icon: String, pub enabled: bool, pub delay: f64, |