tmux keybindings fix and polybar bat
This commit is contained in:
		
							parent
							
								
									bcb5baa381
								
							
						
					
					
						commit
						be75df5c7e
					
				@ -134,11 +134,11 @@ format-charging-prefix = "CHR "
 | 
				
			|||||||
format-charging-prefix-foreground = ${colors.primary}
 | 
					format-charging-prefix-foreground = ${colors.primary}
 | 
				
			||||||
format-charging = <label-charging>
 | 
					format-charging = <label-charging>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
time-format = %l:%M
 | 
					time-format = %H:%M
 | 
				
			||||||
 | 
					
 | 
				
			||||||
label-charging = %percentage%%%time%
 | 
					label-charging = %percentage%% %time%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
label-discharging = %percentage%%%time%
 | 
					label-discharging = %percentage%% %time%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[module/cpu]
 | 
					[module/cpu]
 | 
				
			||||||
 | 
				
			|||||||
@ -14,6 +14,12 @@ set -g automatic-rename on
 | 
				
			|||||||
bind-key v select-layout even-vertical
 | 
					bind-key v select-layout even-vertical
 | 
				
			||||||
bind-key h select-layout even-horizontal
 | 
					bind-key h select-layout even-horizontal
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# vimlike keybinds
 | 
				
			||||||
 | 
					bind -n M-h "select-pane -L"
 | 
				
			||||||
 | 
					bind -n M-j "select-pane -D"
 | 
				
			||||||
 | 
					bind -n M-k "select-pane -U"
 | 
				
			||||||
 | 
					bind -n M-l "select-pane -R"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# binds path to current one
 | 
					# binds path to current one
 | 
				
			||||||
bind-key a attach -c "#{pane_current_path}"
 | 
					bind-key a attach -c "#{pane_current_path}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user