aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-08-11 02:00:24 +0200
committerDavid Runge <dave@sleepmap.de>2015-08-11 02:00:24 +0200
commit0e42da51caaa2f2a45b72bdce27e8e47efe72ab6 (patch)
tree76e23e64f3f9f8b9b6c8f610ac066decf8864082 /.tmux.conf
parent0555fc39622a4106b307284ef3a2b6f450df84f1 (diff)
downloaddotfiles-0e42da51caaa2f2a45b72bdce27e8e47efe72ab6.tar.gz
dotfiles-0e42da51caaa2f2a45b72bdce27e8e47efe72ab6.tar.bz2
dotfiles-0e42da51caaa2f2a45b72bdce27e8e47efe72ab6.tar.xz
dotfiles-0e42da51caaa2f2a45b72bdce27e8e47efe72ab6.zip
.tmux.conf: Removing the battery and cpu icon.
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index b315063..c969a1d 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -70,7 +70,7 @@ set -g message-attr bold
# set status-interval to 2 for tmux-mem-cpu-load
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 status-right '#[fg=colour23,bg=colour234]|>#[fg=white,bg=colour234] CPU:#{cpu_percentage}, Battery: #{battery_percentage} #[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 '