summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-22 21:56:29 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-22 21:56:29 +0200
commitbb5cb48e44ba6d54eba398e8b6473ec945f47413 (patch)
tree74c30b08b127b422e0a052548de433839eb212ca /config
parentda4d5a30309bd40dcabd4fc1395bc44b2af06012 (diff)
[tmux] removed plugin support and added hour to status
Diffstat (limited to 'config')
-rwxr-xr-xconfig/common/tmux/tmux.conf20
1 files changed, 4 insertions, 16 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf
index 875ab7f..a349025 100755
--- a/config/common/tmux/tmux.conf
+++ b/config/common/tmux/tmux.conf
@@ -1,10 +1,6 @@
# By Nicholas Marriott. Public domain.
# but -now- me.
-# Some tweaks to the status line
-set -g status-right "%H:%M"
-set -g status-position top
-set -g window-status-current-style "underscore"
# Enable RGB color if running in xterm
set-option -sa terminal-overrides ",xterm*:Tc"
# Change the default $TERM to xterm-256color
@@ -92,17 +88,6 @@ bind E display-menu -T "#[align=centre]#I:#W" -x W -y W '' Mount 0 "display-popu
# Theme
-#+----------------+
-#+ Plugin Support +
-#+----------------+
-#+--- tmux-prefix-highlight ---+
-set -g @prefix_highlight_fg black
-set -g @prefix_highlight_bg brightcyan
-set -g @prefix_highlight_output_prefix "#[fg=brightcyan]#[bg=black]#[nobold]#[noitalics]#[nounderscore]#[bg=brightcyan]#[fg=black]"
-set -g @prefix_highlight_output_suffix ""
-set -g @prefix_highlight_copy_mode_attr "fg=brightcyan,bg=black,bold"
-
-
#+---------+
#+ Options +
#+---------+
@@ -113,9 +98,12 @@ set -g status on
#+ Status +
#+--------+
#+--- Layout ---+
+set -g set-titles on
+set -g status-position top
+set -g window-status-current-style "underscore"
set -g status-justify left
set -g status-left "#[fg=black,bg=blue,bold] #S #[fg=blue,bg=black,nobold,noitalics,nounderscore]"
-set -g status-right "#{prefix_highlight}#[fg=brightblack,bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] ${NORD_TMUX_STATUS_DATE_FORMAT} #[fg=white,bg=brightblack,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] ${NORD_TMUX_STATUS_TIME_FORMAT} #[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore]#[fg=black,bg=cyan,bold] #H "
+set -g status-right "#[fg=brightblack,bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] %H:%M #[fg=white,bg=brightblack,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] #[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore]#[fg=black,bg=cyan,bold] #H "
#+--- Colors ---+
set -g status-style bg=black,fg=white