aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-04-23 22:11:24 +0200
committerDavid Runge <dave@sleepmap.de>2016-04-23 22:11:24 +0200
commitae9ea186ac195fbc7451440b07f5cd83439cabb7 (patch)
tree525e6cef675502c1e81bb3c4fcde04f2a2b1f596 /.tmux.conf
parent6f931759d7ac10def3865abb699392b264836958 (diff)
downloaddotfiles-ae9ea186ac195fbc7451440b07f5cd83439cabb7.tar.gz
dotfiles-ae9ea186ac195fbc7451440b07f5cd83439cabb7.tar.bz2
dotfiles-ae9ea186ac195fbc7451440b07f5cd83439cabb7.tar.xz
dotfiles-ae9ea186ac195fbc7451440b07f5cd83439cabb7.zip
.tmux.conf: Adding abbreviated name of day to the date display. Shortening the delimiter.
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index fdfa170..e1d1a17 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -84,8 +84,8 @@ set -g status-right '#[fg=colour23,bg=colour234]|>#[fg=white,bg=colour234]#(~/bi
#[fg=colour23,bg=colour234]|#[fg=white,bg=colour234] #(~/bin/get_mem) \
#[fg=colour23,bg=colour234]|#[fg=white,bg=colour234] #(~/bin/get_load) \
#[fg=colour23,bg=colour234]|#[fg=white,bg=colour234] #(~/bin/get_battery_status) \
-#[fg=colour23,bg=colour234]<|>#[fg=white,bg=colour234] %Y%m%d \
-#[fg=colour23,bg=colour234]<|>#[fg=white,bg=colour234] %H:%M:%S \
+#[fg=colour23,bg=colour234]<|>#[fg=white,bg=colour234] %Y%m%d (%a) \
+#[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 '