fix: wlp not working properly
This commit is contained in:
parent
305ecfa9b8
commit
c367348bf2
3 changed files with 22 additions and 14 deletions
4
bin/sbar
4
bin/sbar
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue