diff --git a/.config/conky/gen.sh b/.config/conky/gen.sh index 339afa81..285400b9 100755 --- a/.config/conky/gen.sh +++ b/.config/conky/gen.sh @@ -180,7 +180,7 @@ step_text() { else gpl=8 fi - local width=$(( 400 / gpl )) + local width=$(( ( 400 - ( gpl - 1 ) * 3 ) / gpl )) log "Generating $gpl graphs per row of CPU core stats" 1 log "Graphs will be $width wide" 2 local cpuinfo