mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-21 18:12:53 +00:00
Improved spacing in cpuload module
This commit is contained in:
parent
186525c897
commit
f2c4077fec
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ get_load()
|
||||||
cpu_last=("${cpu_now[@]}")
|
cpu_last=("${cpu_now[@]}")
|
||||||
cpu_last_sum=$cpu_sum
|
cpu_last_sum=$cpu_sum
|
||||||
|
|
||||||
echo "$PREFIX$cpu_usage%"
|
echo "$PREFIX $cpu_usage%"
|
||||||
}
|
}
|
||||||
|
|
||||||
get_load
|
get_load
|
||||||
|
|
Loading…
Reference in a new issue