Updated config files

This commit is contained in:
Wojciech Kozlowski 2016-12-24 14:10:57 +04:00
parent dfc9a165e1
commit 9b3c86ed2c
3 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
# Status bar --------------------------------------
# center align the window list
set -g status-justify centre
# set the status bar
set -g status-left "[#S@#H]"
set -g status-right "| #[fg=cyan]#(cat /proc/loadavg | cut -d \" \" -f 1)#[default] | #[fg=cyan]W: #($HOME/Programs/Wireless-Status-Query/Wireless-Status-Query.sh)#[default] | #[fg=cyan]#($HOME/Programs/Battery-Capacity-Query/Battery-Capacity-Query.sh -full)#[default] | %H:%M %a %d-%b-%Y"
set -g status-left-length 15
set -g status-right-length 75
# Source the common settings ----------------------
source ~/.tmux/config/tmux.conf