Commit 7df1d0e3 authored by Dylan Araps's avatar Dylan Araps

misc: cleanup

parent 228fb778
...@@ -3360,6 +3360,7 @@ get_gpu_driver() { ...@@ -3360,6 +3360,7 @@ get_gpu_driver() {
get_cols() { get_cols() {
local blocks blocks2 cols local blocks blocks2 cols
if [[ "$color_blocks" == "on" ]]; then if [[ "$color_blocks" == "on" ]]; then
# Convert the width to space chars. # Convert the width to space chars.
printf -v block_width "%${block_width}s" printf -v block_width "%${block_width}s"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment