andresgongora / synth-shell

Boost your terminal, script by script
GNU General Public License v3.0
945 stars 236 forks source link

Unwated 1px Line around WorkingDir #259

Open dehnes opened 7 months ago

dehnes commented 7 months ago

Describe the bug I installed it as per setup-script (running Linux Mint pretty fresh install). The bug only occurs on the working directory, I have set it to white background but I tried other colors and the issue stays

Expected behavior Line should not be there

Screenshots image

My config file:

==============================================================================

MAIN FORMAT

==============================================================================

format="USER HOST PWD GIT PYENV TF KUBE" separator_char='\uE0B0' # Separation character, '\uE0B0'=triangle separator_padding_left='' # Add char or string to the left of the separator separator_padding_right='' # Add char or string to the right of the separator segment_padding=' ' # Add char or string around segment text enable_vertical_padding=true # Add extra new line over prompt enable_command_on_new_line=false # Add new line between prompt and command

==============================================================================

USER

==============================================================================

font_color_user="white" background_user="purple" texteffect_user="bold"

==============================================================================

HOST

==============================================================================

font_color_host="white" background_host="140" texteffect_host="bold"

==============================================================================

PWD (working dir)

==============================================================================

font_color_pwd="purple" background_pwd="white" texteffect_pwd="bold"

max_pwd_char="25" pwd_trunc_symbol="…"

==============================================================================

GIT

==============================================================================

font_color_git="light-gray" background_git="dark-gray" texteffect_git="bold"

git_symbol_synced='' git_symbol_unpushed=' ▲' git_symbol_unpulled=' ▼' git_symbol_unpushedunpulled=' ◆' git_symbol_dirty=' ◔' git_symbol_dirty_unpushed=' ◔ △' git_symbol_dirty_unpulled=' ◔ ▽' git_symbol_dirty_unpushedunpulled=' ◔ ◇' git_update_period_minutes=15 # Use -1 to disable automatic updates

==============================================================================

PYENV

==============================================================================

font_color_pyenv="white" background_pyenv="blue" texteffect_pyenv="bold"

==============================================================================

KUBERNETES

==============================================================================

font_color_kube="white" background_kube="purple" texteffect_kube="bold"

==============================================================================

TERRAFORM WORKSPACE

==============================================================================

font_color_tf="purple" background_tf="light-purple" texteffect_tf="bold"

==============================================================================

CLOCK

==============================================================================

font_color_clock="white" background_clock="light-blue" texteffect_clock="bold"

clock_format="%H:%M"

==============================================================================

INPUT (user typed command)

==============================================================================

font_color_input="159" background_input="none" texteffect_input="bold"

andresgongora commented 7 months ago

Hace ou tried with a different terminal font? It usually depends on it and there isn't much we can do. Try hack-ttf and let me know ;)

On Thu, Dec 21, 2023 at 8:16 AM dehnes @.***> wrote:

Describe the bug I installed it as per setup-script (running Linux Mint pretty fresh install). The bug only occurs on the working directory, I have set it to white background but I tried other colors and the issue stays

Expected behavior Line should not be there

Screenshots image.png (view on web) https://github.com/andresgongora/synth-shell/assets/21099492/84b3a647-5f5e-4e21-96c5-e4e5c4f8f987

— Reply to this email directly, view it on GitHub https://github.com/andresgongora/synth-shell/issues/259, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC36INWJZ3YTEJWQOZYLSV3YKPO6PAVCNFSM6AAAAABA56KAISVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2TCOBUG44TSNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

dehnes commented 7 months ago

Confirmed it's the font. It goes away when I use JetBrains Mono. Did not try hack-ttf yet but it's solved for me. Thanks a lot!