aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-03-11 17:24:28 +0100
committerDavid Runge <dave@sleepmap.de>2015-03-11 17:24:28 +0100
commit787d6c0cc767d9bb641e6d39da812dadc64c309e (patch)
treefd33bbab79244ac36b08de68c5a127bfe47b7167 /.tmux.conf
parente5a2cfc398c0f7fdb03dbc528bc616a173ea2bf1 (diff)
parent57e415a858c86bb21d85a28cac93fbab7156963f (diff)
downloaddotfiles-787d6c0cc767d9bb641e6d39da812dadc64c309e.tar.gz
dotfiles-787d6c0cc767d9bb641e6d39da812dadc64c309e.tar.bz2
dotfiles-787d6c0cc767d9bb641e6d39da812dadc64c309e.tar.xz
dotfiles-787d6c0cc767d9bb641e6d39da812dadc64c309e.zip
Merge branch 'master' of sleepmap:dotfiles
* 'master' of sleepmap:dotfiles: .vim/addons-settings.vim: Removing powerline support and replacing ugly stuff with ascii characters. .vdirsyncer/config: Encapsulating paths with ~ in double quotes, as vdirsyncer creates a weird ~ folder in your home otherwise. termite/config: Switching to Inconsolata (made available through powerline-fonts-git). pavucontrol.ini: Removing, as it's going to be rewritten each call anyways. .tmux.conf: Updating colours, incorporating tpm, removing powerline stuff. .compton.conf: Adding MPlayer to comptons exclude lists.
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/.tmux.conf b/.tmux.conf
index bf77490..4a87909 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -62,16 +62,16 @@ set -g status-fg white
set -g status-bg colour234
set -g pane-border-fg colour245
set -g pane-active-border-fg colour39
-set -g message-fg colour16
+set -g message-fg white
set -g message-bg colour221
set -g message-attr bold
# set status-interval to 2 for tmux-mem-cpu-load
-set -g status-interval 2
-set -g status-left '#[fg=colour235,bg=colour252,bold] #(hostname) #[fg=colour252,bg=colour238,nobold]⮀#[fg=colour245,bg=colour238,bold] #(whoami) #[fg=colour238,bg=colour234,nobold]⮀'
-set -g status-right "#[fg=colour235,bg=colour252]⮀#[fg=colour235,bg=colour252,bold] CPU:#{cpu_percentage} #{cpu_icon} Battery:#{battery_percentage} #{battery_icon}#[fg=colour252,bg=colour39]⮀#[fg=colour39,bg=colour234]⮀#[fg=colour39,bg=colour234] %H:%M ⮂"
-set -g window-status-format "#[fg=colour235,bg=colour252,bold] #I #W "
-set -g window-status-current-format "#[fg=colour234,bg=colour39]⮀#[fg=black,bg=colour39,noreverse,bold] #I: #W #[fg=colour39,bg=colour234,nobold]⮀"
+set -g status-interval 1
+set -g status-left '#[fg=colour235,bg=colour252,bold] #(hostname) #[fg=colour245,bg=colour238,bold] #(whoami) (#S) '
+set -g status-right '#[fg=colour23,bg=colour234]|>#[fg=white,bg=colour234]#{cpu_percentage} #{cpu_icon} #{battery_percentage} #{battery_icon}#[fg=colour23,bg=colour234]<||>#[fg=white,bg=colour234] %H:%M:%S #[fg=colour23,bg=colour234]<|'
+set -g window-status-format '#[fg=colour235,bg=colour252,bold] #I: #W '
+set -g window-status-current-format '#[fg=black,bg=colour23,noreverse,bold] #I: #W '
# No escape time for vi mode
set -sg escape-time 0