diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/powerline.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/powerline.sh b/scripts/powerline.sh index 87fe0c5..a2cd3c5 100755 --- a/scripts/powerline.sh +++ b/scripts/powerline.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -RS='\ue0bc' -LS='\ue0b8' +RS='\ue0b4' +LS='\ue0b4' WAN_SYMBOL='\uf0ee' LAN_SYMBOL='\uf0ed' |