Added active window highlighting
This commit is contained in:
		| @@ -14,10 +14,12 @@ set -g default-terminal "tmux-256color" | |||||||
| # force utf-8 | # force utf-8 | ||||||
| setw -gq utf8 on | setw -gq utf8 on | ||||||
|  |  | ||||||
| # show battery life |  | ||||||
| set -g status-style fg=brightmagenta,bg=black |  | ||||||
| set -g status-right "#(cat /sys/class/power_supply/BAT0/capacity)% | #[fg=magneta]%d %b %R" |  | ||||||
|  |  | ||||||
| # disable mouse-mode | # disable mouse-mode | ||||||
| set -g mouse off | set -g mouse off | ||||||
|  |  | ||||||
|  | # window options / color config | ||||||
|  | set -g status-style fg=brightmagenta,bg=black | ||||||
|  | set -g window-status-current-style fg=black,bg=brightmagenta | ||||||
|  |  | ||||||
|  | set -g status-right "#(cat /sys/class/power_supply/BAT0/capacity)% | #[fg=magneta]%d %b %R" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user