@@ -8,6 +8,10 @@ source $current_dir/utils.sh
88main ()
99{
1010  #  set configuration option variables
11+   show_kubernetes_context_label=$( get_tmux_option " @dracula-kubernetes-context-label" " " ) 
12+   eks_hide_arn=$( get_tmux_option " @dracula-kubernetes-eks-hide-arn" ) 
13+   eks_extract_account=$( get_tmux_option " @dracula-kubernetes-eks-extract-account" ) 
14+   hide_kubernetes_user=$( get_tmux_option " @dracula-kubernetes-hide-user" ) 
1115  terraform_label=$( get_tmux_option " @dracula-terraform-label" " " ) 
1216  show_fahrenheit=$( get_tmux_option " @dracula-show-fahrenheit" ) 
1317  show_location=$( get_tmux_option " @dracula-show-location" ) 
2529  show_refresh=$( get_tmux_option " @dracula-refresh-rate" ) 
2630  show_synchronize_panes_label=$( get_tmux_option " @dracula-synchronize-panes-label" " Sync" ) 
2731  time_format=$( get_tmux_option " @dracula-time-format" " " ) 
28-   show_kubernetes_context_label=$( get_tmux_option " @dracula-kubernetes-context-label" " " ) 
2932  IFS='  ' read  -r -a plugins <<<  $( get_tmux_option" @dracula-plugins" " battery network weather" 
3033  show_empty_plugins=$( get_tmux_option " @dracula-show-empty-plugins" ) 
3134
@@ -206,7 +209,7 @@ main()
206209
207210    elif  [ $plugin  =  " kubernetes-context" ;  then 
208211      IFS='  ' read  -r -a colors <<< $( get_tmux_option" @dracula-kubernetes-context-colors" " cyan dark_gray" 
209-       script=" #($current_dir /kubernetes_context.sh $show_kubernetes_context_label )" 
212+       script=" #($current_dir /kubernetes_context.sh $eks_hide_arn    $eks_extract_account   $hide_kubernetes_user   $ show_kubernetes_context_label" 
210213
211214    elif  [ $plugin  =  " terraform" ;  then 
212215      IFS='  ' read  -r -a colors <<< $( get_tmux_option" @dracula-terraform-colors" " light_purple dark_gray" 
0 commit comments