From 4e961c0885ba6325183f250fd736fc9f3f2e6be3 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 19 Jan 2017 17:31:23 -0500 Subject: Display fuzzy clock in tmux --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' -- cgit 1.4.1 nge='this.form.submit();'> web frontend for git
about summary refs log tree commit diff
path: root/html.c (unfollow)
Commit message (Expand)Author
2014-01-09README: Fix dependenciesLukas Fleischer
2014-01-08README: Spelling and formatting fixesLukas Fleischer
2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch
2014-01-08Add a suggestion to the manpagePřemysl Janouch
2014-01-08Fix the example configurationPřemysl Janouch
2014-01-08Fix about-formatting.shPřemysl Janouch
2014-01-08Fix some spelling errorsPřemysl Janouch
2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts