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 /rsblocks.yml | |
parent | 6b92cecef43b824c0dbae69312fcf669a5058853 (diff) |
removed battery source from rsblocks.yml (#51)
Diffstat (limited to 'rsblocks.yml')
-rw-r--r-- | rsblocks.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rsblocks.yml b/rsblocks.yml index 1fda65e..e94f069 100644 --- a/rsblocks.yml +++ b/rsblocks.yml @@ -42,7 +42,7 @@ memory: disk: delay: 120.0 - enabled: true + enabled: false icon: '' @@ -50,7 +50,6 @@ battery: delay: 120.0 enabled: false icon: '' - source: 'BAT0' cpu_temperature: @@ -66,6 +65,8 @@ loadavg: icon: '' # bitcoin price +# bitcoin function using www.blockchain.com's API, +# you can visit that to check other bitcoins symbols! bitcoins: delay: 7200.0 # 2 hours enabled: false |