added seperator arrows in the status bar
This commit is contained in:
		
							parent
							
								
									3cc11ab2b2
								
							
						
					
					
						commit
						38b148d8c6
					
				| 
						 | 
					@ -35,7 +35,7 @@ thm_black4="#5b6078"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set -g  status-left-length 40 
 | 
					set -g  status-left-length 40 
 | 
				
			||||||
set -g status-interval 30
 | 
					set -g status-interval 30
 | 
				
			||||||
set -g status-left "#[fg=$thm_green]Session #S #[fg=$thm_black4]| #[fg=$thm_magenta]Pane #I #[fg=$thm_black4]| #[fg=$thm_yellow]Window #P #[fg=$thm_black4]| #[fg=$thm_red]"
 | 
					set -g status-left "#[fg=$thm_green]Session #S #[fg=$thm_black4]▶ #[fg=$thm_magenta]Pane #I #[fg=$thm_black4]▶ #[fg=$thm_yellow]Window #P #[fg=$thm_black4]| #[fg=$thm_red]"
 | 
				
			||||||
set -g status-bg $thm_gray
 | 
					set -g status-bg $thm_gray
 | 
				
			||||||
set -g status-fg $thm_orange
 | 
					set -g status-fg $thm_orange
 | 
				
			||||||
set-window-option -g window-status-current-style bg=$thm_black4
 | 
					set-window-option -g window-status-current-style bg=$thm_black4
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue