fixed spacing between time and AM/PM
This commit is contained in:
parent
641470ccd7
commit
74f5f76569
2
neofetch
2
neofetch
|
@ -1618,7 +1618,7 @@ getbirthday () {
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Strip seconds from time output
|
# Strip seconds from time output
|
||||||
birthday=${birthday/:?? /}
|
birthday=${birthday/:?? / }
|
||||||
|
|
||||||
# Pretty output
|
# Pretty output
|
||||||
[ "$birthday_shorthand" == "off" ] && \
|
[ "$birthday_shorthand" == "off" ] && \
|
||||||
|
|
Reference in New Issue