From 72111e5bb00681d29207fa3e0292a77a29ed2380 Mon Sep 17 00:00:00 2001 From: Dane Williams Date: Fri, 13 Mar 2020 23:02:38 -0700 Subject: [PATCH] status style --- dracula.tmux | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/dracula.tmux b/dracula.tmux index 42f5ae7..c2eeab5 100755 --- a/dracula.tmux +++ b/dracula.tmux @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# a tmux color scheme inspired by dracula +# author: Dane Williams + main() { ## Colors @@ -24,9 +27,9 @@ main() { tmux set-option -g pane-active-border-style "fg=${pink}" tmux set-option -g status on - tmux set-option -g status-left-length 100 - tmux set-option -g status-right-length 100 - tmux set-option -g status-bg "${dark_gray}" + #tmux set-option -g status-left-length 100 + #tmux set-option -g status-right-length 100 + #tmux set-option -g status-bg "${dark_gray}" # tmux set-option -g message-bg "${gray}" # tmux set-option -g message-fg "${white}" @@ -34,10 +37,14 @@ main() { # tmux set-option -g message-command-bg "${gray}" # tmux set-option -g message-command-fg "${white}" - tmux set-option -g status-left " #I #[fg=${dark_gray},reverse]${right_sep} " - tmux set-option -g status-left-style "fg=${white},bg=${dark_purple},bold" - tmux set-option -g status-right "${left_sep}#[bg=${black},reverse] %Y-%m-%d %H:%M " - tmux set-option -g status-right-style "fg=${light_purple},bg=${dark_gray}" + tmux set-option -g status-style "bg=${gray},fg=${light_purple}" + tmux set-option -g status-interval 30 + + #tmux set-option -g status-left " #I #[fg=${dark_gray},reverse]${right_sep} " + #tmux set-option -g status-left-style "fg=${white},bg=${dark_purple},bold" + #tmux set-option -g status-right "${left_sep}#[bg=${black},reverse] %Y-%m-%d %H:%M " + #tmux set-option -g status-right-style "fg=${light_purple},bg=${dark_gray}" + tmux set-window-option -g window-status-activity-style "fg=${white},bg=${gray}" tmux set-window-option -g window-status-separator '' tmux set-window-option -g window-status-format ' #I #W '