mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 09:08:38 +00:00
Fixed percent not displaying in cpu_display
This commit is contained in:
2
neofetch
2
neofetch
@@ -919,10 +919,10 @@ getcpu_usage() {
|
||||
|
||||
# Print the bar
|
||||
case "$cpu_display" in
|
||||
"info") cpu_usage="${cpu_usage}%" ;;
|
||||
"bar") cpu_usage="$(bar $cpu_usage 100)" ;;
|
||||
"infobar") cpu_usage="${cpu_usage}% $(bar $cpu_usage 100)" ;;
|
||||
"barinfo") cpu_usage="$(bar $cpu_usage 100) ${cpu_usage}%" ;;
|
||||
*) cpu_usage="${cpu_usage}%" ;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user