diff options
Diffstat (limited to 'nix-conf/home/includes/dev-common.nix')
-rw-r--r-- | nix-conf/home/includes/dev-common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/dev-common.nix b/nix-conf/home/includes/dev-common.nix index da3665c..bae41ae 100644 --- a/nix-conf/home/includes/dev-common.nix +++ b/nix-conf/home/includes/dev-common.nix @@ -23,7 +23,7 @@ set-option -g status-bg '#666666' set-option -g status-fg '#aaaaaa' set-option -g status-left-length 50 - set-option -g status-right " #(date ''\'+%a, %b %d - %I:%M''\') " + set-option -g status-right " %a, %b %d - %H:%M " ''; }; |