mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-09 14:19:43 +00:00
New change to bar.sh bodged some spacing problems
This commit is contained in:
parent
71da49fab7
commit
aee5c3515f
1 changed files with 1 additions and 1 deletions
2
bar.sh
2
bar.sh
|
@ -32,7 +32,7 @@ get_bar()
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
# Uncomment to remove last separator
|
# Uncomment to remove last separator
|
||||||
bar=$(echo $bar | sed 's/.$//g')
|
bar="$(echo $bar | sed 's/.$//g')"
|
||||||
echo "$LEFT_PADDING$bar$RIGHT_PADDING"
|
echo "$LEFT_PADDING$bar$RIGHT_PADDING"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue