From 9b3c86ed2ce93b90a1cfd0c79b400ac9900c7858 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sat, 24 Dec 2016 14:10:57 +0400 Subject: [PATCH] Updated config files --- config/{tmux-plasma.conf => tmux-basic.conf} | 0 config/{tmux-i3.conf => tmux-minimal.conf} | 0 config/tmux-tty.conf | 13 ------------- 3 files changed, 13 deletions(-) rename config/{tmux-plasma.conf => tmux-basic.conf} (100%) rename config/{tmux-i3.conf => tmux-minimal.conf} (100%) delete mode 100644 config/tmux-tty.conf diff --git a/config/tmux-plasma.conf b/config/tmux-basic.conf similarity index 100% rename from config/tmux-plasma.conf rename to config/tmux-basic.conf diff --git a/config/tmux-i3.conf b/config/tmux-minimal.conf similarity index 100% rename from config/tmux-i3.conf rename to config/tmux-minimal.conf diff --git a/config/tmux-tty.conf b/config/tmux-tty.conf deleted file mode 100644 index 0cc5910..0000000 --- a/config/tmux-tty.conf +++ /dev/null @@ -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