[fish] Remove the VPN indicator
I’ve moved this to my polybar configuration instead.
This commit is contained in:
parent
209b59ac72
commit
9872c1c4c2
1 changed files with 0 additions and 5 deletions
|
@ -24,11 +24,6 @@ function fish_prompt --description 'Write out the prompt'
|
||||||
set color_host $fish_color_host_remote
|
set color_host $fish_color_host_remote
|
||||||
end
|
end
|
||||||
|
|
||||||
if test -e "$XDG_RUNTIME_DIR/openconnect_vpn.pid"
|
|
||||||
set_color -b red
|
|
||||||
echo -n -s "[VPN]" $normal
|
|
||||||
end
|
|
||||||
|
|
||||||
# Write pipestatus
|
# Write pipestatus
|
||||||
set -l prompt_status (__fish_print_pipestatus " [" "]" "|" (set_color $fish_color_status) (set_color --bold $fish_color_status) $last_pipestatus)
|
set -l prompt_status (__fish_print_pipestatus " [" "]" "|" (set_color $fish_color_status) (set_color --bold $fish_color_status) $last_pipestatus)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue