Fix redundant space after right side of shell prompt
This commit is contained in:
parent
5129e0a933
commit
cd17fbc9f7
1 changed files with 4 additions and 4 deletions
|
@ -27,12 +27,12 @@
|
|||
+ "\${custom.date}"
|
||||
+ "[ ](fg:007 bg:prev_bg)"
|
||||
+ "$battery"
|
||||
+ "[](fg:prev_bg)[─╮ ](fg:242)"
|
||||
+ "[](fg:prev_bg)[─╮](fg:242)"
|
||||
# Left prompter
|
||||
+ "\n[╰─ ](fg:242)";
|
||||
|
||||
# Right prompter
|
||||
right_format = "[─╯ ](fg:242)";
|
||||
right_format = "[─╯](fg:242)";
|
||||
|
||||
os = {
|
||||
disabled = false;
|
||||
|
|
Loading…
Reference in a new issue