Added Mac (? testing) support, added comments

This commit is contained in:
Ethan Edwards 2020-06-01 10:39:17 -04:00
parent b10c4dcf18
commit 3e4add6918
2 changed files with 3 additions and 3 deletions

View file

@ -66,11 +66,11 @@ main()
$current_dir/sleep_weather.sh $show_fahrenheit &
fi
# start cpu script in the background
if $show_cpu_percentage; then
$current_dir/cpu_info.sh &
fi
# sets refresh interval to every 5 seconds
tmux set-option -g status-interval 5