mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 20:12:31 +00:00
Broke up line that was over 100 chars long
This commit is contained in:
3
neofetch
3
neofetch
@@ -1086,7 +1086,8 @@ get_cpu() {
|
|||||||
deg="${deg/C}"
|
deg="${deg/C}"
|
||||||
;;
|
;;
|
||||||
"OpenBSD"* | "Bitrig"*)
|
"OpenBSD"* | "Bitrig"*)
|
||||||
deg="$(sysctl hw.sensors | awk -F '=| degC' '/lm0.temp|cpu0.temp/ {print $2; exit}')"
|
deg="$(sysctl hw.sensors | \
|
||||||
|
awk -F '=| degC' '/lm0.temp|cpu0.temp/ {print $2; exit}')"
|
||||||
deg="${deg/00/0}"
|
deg="${deg/00/0}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user