http://jentyxddh2rf47gd3e43kuebyn2xsv6h72gzh46oe4rxyovvm7xe5ead.onion/src/dotfiles/commit/243ed2098b5df899acc00bb77be4fe8d8cc577c7.html
0-9]*) err 'show_battery() only accepts integers.' ;; - *) # integers are OK, so continue ;; + # integers are OK, so continue + *) ;; esac
ebl_minutes=$((estimated_battery_life % 60)) @@ -88,7 +89,8 @@ show_temp() { case "${HOSTNAME}" in
'lain') temperature="$(sysctl -n hw.sensors.cpu0.temp0)" ;;
'aphrodite') temperature="$(sysctl -n hw.sensors.ksmn0.temp0)" ;; - *) return 1 # if temp sensor is unknown, return nothing ;; + # if temp sensor is...