fix: wlp not working properly

This commit is contained in:
AngeD 2023-06-26 18:05:56 +02:00
parent 305ecfa9b8
commit c367348bf2
3 changed files with 22 additions and 14 deletions

View file

@ -84,8 +84,8 @@ trap 'update_crypto;display' 'RTMIN+2'
sec=0
while true; do
[ "$((sec % 3600))" = 0 ] && update_crypto
[ "$((sec % 5 ))" = 0 ] && {
[ "$((sec % 300))" = 0 ] && update_crypto
[ "$((sec % 5 ))" = 0 ] && {
update_time
update_cpu
update_memory