1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 11:31:09 +01:00

tmux: fix config, use on catullus

This commit is contained in:
Kierán Meinhardt
2019-06-08 15:00:34 +02:00
parent 5ab93d24b0
commit 5c6be335c4
2 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
programs.tmux = {
enable = true;
keyMode = "vi";
clock24 = true;
terminal = "screen-256color";
extraTmuxConf = ''
set -g status-interval 2
@@ -14,7 +15,7 @@
setw -g window-status-current-format "#[fg=colour12,bg=colour233] * #[fg=white,bg=colour237,bold] #W "
set -g status-left ""
set -g status-right "# [fg=colour255,bg=colour237,bold] %Y-%m-%d #[default]#[fg=colour12,bg=colour233] %H:%M "
set -g status-right "#[fg=colour255,bg=colour237,bold] %Y-%m-%d #[default]#[fg=colour12,bg=colour233] %H:%M "
set -g status-justify left
set -g pane-active-border-fg colour237