mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2025-03-12 16:46:15 +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
|
||||
done
|
||||
# Uncomment to remove last separator
|
||||
bar=$(echo $bar | sed 's/.$//g')
|
||||
bar="$(echo $bar | sed 's/.$//g')"
|
||||
echo "$LEFT_PADDING$bar$RIGHT_PADDING"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue