diff options
author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-11-06 14:59:52 +0000 |
---|---|---|
committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-11-06 14:59:52 +0000 |
commit | 23643fabad3b78bb0ab15ae1cb96f49efbed8884 (patch) | |
tree | 17caee182a2a0d5e493b2b853334f2cf8f62b183 /dwmbar | |
parent | 0435b402c541ba85097cd2f32dc11b91c27985da (diff) |
Tweaked temperature modules
Diffstat (limited to 'dwmbar')
-rwxr-xr-x | dwmbar | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -95,7 +95,6 @@ check_files while :; do date=$(date +'%S') if [ $(( 10#$date % 5 )) -eq 0 ]; then - echo "check" wget --spider -q www.google.com if [[ $? -eq 0 ]]; then |