a small fix for tmux config
This commit is contained in:
		
							parent
							
								
									c7c8f21f3a
								
							
						
					
					
						commit
						a51b732117
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -28,7 +28,7 @@ set -g pane-active-border-fg white
 | 
				
			||||||
set -g pane-active-border-fg brightgreen
 | 
					set -g pane-active-border-fg brightgreen
 | 
				
			||||||
set -g status-bg colour233
 | 
					set -g status-bg colour233
 | 
				
			||||||
set -g status-fg colour59
 | 
					set -g status-fg colour59
 | 
				
			||||||
set -g status-left '[ #[fg=colour118]#H#[default] ][ #[fg=colour161]#S#[default] ]['
 | 
					set -g status-left '[ #[fg=colour118]#h#[default]:#[fg=colour252]#S#[default] ]['
 | 
				
			||||||
set -g status-right '#[default]][ #[fg=colour144]#(cat /proc/loadavg|cut -d" " -f1,2,3)#[default] ][ #[fg=colour208]%a %e %k:%M#[default] ]'
 | 
					set -g status-right '#[default]][ #[fg=colour144]#(cat /proc/loadavg|cut -d" " -f1,2,3)#[default] ][ #[fg=colour208]%a %e %k:%M#[default] ]'
 | 
				
			||||||
set-window-option -g window-status-current-format ' #[fg=colour252]#I.#W#[default] '
 | 
					set-window-option -g window-status-current-format ' #[fg=colour252]#I.#W#[default] '
 | 
				
			||||||
set-window-option -g window-status-bell-bg colour233
 | 
					set-window-option -g window-status-bell-bg colour233
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue