diff options
author | June McEnroe <june@causal.agency> | 2017-01-19 17:31:23 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-01-19 17:31:23 -0500 |
commit | 4e961c0885ba6325183f250fd736fc9f3f2e6be3 (patch) | |
tree | c5e7ebc8e2be55b8da55ee0e111bdd21d24cf6c9 | |
parent | Show one digit of each hour in clock (diff) | |
download | src-4e961c0885ba6325183f250fd736fc9f3f2e6be3.tar.gz src-4e961c0885ba6325183f250fd736fc9f3f2e6be3.zip |
Display fuzzy clock in tmux
Diffstat (limited to '')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf index 38a9f696..f0781b29 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -37,4 +37,4 @@ set -g window-status-separator '|' set -g window-status-format ' #{=20:pane_title} ' set -g window-status-current-format '#[reverse] #{pane_title} ' set -g status-left '|' -set -g status-right '[#h:#S] %H:%M' +set -g status-right '[#h:#S] #(clock)' |