You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							59 lines
						
					
					
						
							1.8 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							59 lines
						
					
					
						
							1.8 KiB
						
					
					
				| #### COLOUR | |
| 
 | |
| tm_icon="♟" | |
| tm_color_active=colour51 | |
| tm_color_inactive=colour241 | |
| tm_color_feature=colour198 | |
| tm_color_music=colour41 | |
| tm_active_border_color=colour51 | |
| 
 | |
| # separators | |
| tm_separator_left_bold="◀" | |
| tm_separator_left_thin="❮" | |
| tm_separator_right_bold="▶" | |
| tm_separator_right_thin="❯" | |
| 
 | |
| set -g status-left-length 32 | |
| set -g status-right-length 150 | |
| set -g status-interval 5 | |
| 
 | |
| 
 | |
| # default statusbar colors | |
| # set-option -g status-bg colour0 | |
| set-option -g status-fg $tm_color_active | |
| set-option -g status-bg default | |
| 
 | |
| # default window title colors | |
| set -g window-status-style fg=$tm_color_inactive,bg=default | |
| set -g window-status-format "#I #W" | |
| 
 | |
| # active window title colors | |
| set -g window-status-current-style fg=$tm_color_active,bg=default | |
| set-window-option -g  window-status-current-format "#[bold]#I #W" | |
| 
 | |
| # pane border | |
| set -g pane-border-style fg=$tm_color_inactive | |
| set -g pane-active-border-style fg=$tm_active_border_color | |
| 
 | |
| # message text | |
| set -g message-style bg=default,fg=$tm_color_active | |
| 
 | |
| # pane number display | |
| set-option -g display-panes-active-colour $tm_color_active | |
| set-option -g display-panes-colour $tm_color_inactive | |
| 
 | |
| # clock | |
| set-window-option -g clock-mode-colour $tm_color_active | |
| 
 | |
| #tm_tunes="#[fg=$tm_color_music]#(osascript ~/.dotfiles/applescripts/tunes.scpt)" | |
| #tm_battery="#(~/.dotfiles/bin/battery_indicator.sh)" | |
| #tm_banshee="#[fg=$tm_color_music]#($HOME/.dotfiles/tmux/banshee.sh)" | |
| tm_clementine="#[fg=$tm_color_music]#($HOME/.dotfiles/tmux/clementine.sh)" | |
| tm_battery="#[fg=$tm_color_inactive]#(upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep percentage | awk '{print $2}')" | |
| 
 | |
| tm_date="#[fg=$tm_color_inactive] %R %d %b" | |
| tm_host="#[fg=$tm_color_feature,bold]#h" | |
| tm_session_name="#[fg=$tm_color_feature,bold]$tm_icon #S" | |
| 
 | |
| set -g status-left $tm_session_name' ' | |
| set -g status-right $tm_clementine' '$tm_battery' '$tm_date' '$tm_host
 |