diff --git a/extras/tmux/astrodark.tmux b/extras/tmux/astrodark.tmux index 4ec52a3..710d5bf 100644 --- a/extras/tmux/astrodark.tmux +++ b/extras/tmux/astrodark.tmux @@ -23,7 +23,7 @@ set -g status-right-style NONE set -g status-left "#[fg=#1A1D23,bg=#50A4E9,bold] #S #[fg=#50A4E9,bg=#111317,nobold,nounderscore,noitalics]" set -g status-right "#[fg=#111317,bg=#111317,nobold,nounderscore,noitalics]#[fg=#50A4E9,bg=#111317] #{prefix_highlight} #[fg=#26343F,bg=#111317,nobold,nounderscore,noitalics]#[fg=#50A4E9,bg=#26343F] %Y-%m-%d  %I:%M %p #[fg=#50A4E9,bg=#26343F,nobold,nounderscore,noitalics]#[fg=#1A1D23,bg=#50A4E9,bold] #h " -if-shell '[ "$(tmux show-option -gqv "clock-mode-style")" == "24" ]' { +if-shell '[ "$(tmux show-option -gqv "clock-mode-style")" = "24" ]' { set -g status-right "#[fg=#111317,bg=#111317,nobold,nounderscore,noitalics]#[fg=#50A4E9,bg=#111317] #{prefix_highlight} #[fg=#26343F,bg=#111317,nobold,nounderscore,noitalics]#[fg=#50A4E9,bg=#26343F] %Y-%m-%d  %H:%M #[fg=#50A4E9,bg=#26343F,nobold,nounderscore,noitalics]#[fg=#1A1D23,bg=#50A4E9,bold] #h " } diff --git a/extras/tmux/astrojupiter.tmux b/extras/tmux/astrojupiter.tmux index 1b60475..044d7f8 100644 --- a/extras/tmux/astrojupiter.tmux +++ b/extras/tmux/astrojupiter.tmux @@ -23,7 +23,7 @@ set -g status-right-style NONE set -g status-left "#[fg=#FEEEEE,bg=#D04F4E,bold] #S #[fg=#D04F4E,bg=#D8D6D5,nobold,nounderscore,noitalics]" set -g status-right "#[fg=#D8D6D5,bg=#D8D6D5,nobold,nounderscore,noitalics]#[fg=#D04F4E,bg=#D8D6D5] #{prefix_highlight} #[fg=#BBC9D7,bg=#D8D6D5,nobold,nounderscore,noitalics]#[fg=#D04F4E,bg=#BBC9D7] %Y-%m-%d  %I:%M %p #[fg=#D04F4E,bg=#BBC9D7,nobold,nounderscore,noitalics]#[fg=#FEEEEE,bg=#D04F4E,bold] #h " -if-shell '[ "$(tmux show-option -gqv "clock-mode-style")" == "24" ]' { +if-shell '[ "$(tmux show-option -gqv "clock-mode-style")" = "24" ]' { set -g status-right "#[fg=#D8D6D5,bg=#D8D6D5,nobold,nounderscore,noitalics]#[fg=#D04F4E,bg=#D8D6D5] #{prefix_highlight} #[fg=#BBC9D7,bg=#D8D6D5,nobold,nounderscore,noitalics]#[fg=#D04F4E,bg=#BBC9D7] %Y-%m-%d  %H:%M #[fg=#D04F4E,bg=#BBC9D7,nobold,nounderscore,noitalics]#[fg=#FEEEEE,bg=#D04F4E,bold] #h " } diff --git a/extras/tmux/astrolight.tmux b/extras/tmux/astrolight.tmux index 5960d79..95ba812 100644 --- a/extras/tmux/astrolight.tmux +++ b/extras/tmux/astrolight.tmux @@ -23,7 +23,7 @@ set -g status-right-style NONE set -g status-left "#[fg=#F7F8F8,bg=#671FF0,bold] #S #[fg=#671FF0,bg=#E1E2E4,nobold,nounderscore,noitalics]" set -g status-right "#[fg=#E1E2E4,bg=#E1E2E4,nobold,nounderscore,noitalics]#[fg=#671FF0,bg=#E1E2E4] #{prefix_highlight} #[fg=#E7E9EB,bg=#E1E2E4,nobold,nounderscore,noitalics]#[fg=#671FF0,bg=#E7E9EB] %Y-%m-%d  %I:%M %p #[fg=#671FF0,bg=#E7E9EB,nobold,nounderscore,noitalics]#[fg=#F7F8F8,bg=#671FF0,bold] #h " -if-shell '[ "$(tmux show-option -gqv "clock-mode-style")" == "24" ]' { +if-shell '[ "$(tmux show-option -gqv "clock-mode-style")" = "24" ]' { set -g status-right "#[fg=#E1E2E4,bg=#E1E2E4,nobold,nounderscore,noitalics]#[fg=#671FF0,bg=#E1E2E4] #{prefix_highlight} #[fg=#E7E9EB,bg=#E1E2E4,nobold,nounderscore,noitalics]#[fg=#671FF0,bg=#E7E9EB] %Y-%m-%d  %H:%M #[fg=#671FF0,bg=#E7E9EB,nobold,nounderscore,noitalics]#[fg=#F7F8F8,bg=#671FF0,bold] #h " } diff --git a/extras/tmux/astromars.tmux b/extras/tmux/astromars.tmux index 38ef9f4..060ae35 100644 --- a/extras/tmux/astromars.tmux +++ b/extras/tmux/astromars.tmux @@ -23,7 +23,7 @@ set -g status-right-style NONE set -g status-left "#[fg=#1E1517,bg=#9CBDC9,bold] #S #[fg=#9CBDC9,bg=#281E22,nobold,nounderscore,noitalics]" set -g status-right "#[fg=#281E22,bg=#281E22,nobold,nounderscore,noitalics]#[fg=#9CBDC9,bg=#281E22] #{prefix_highlight} #[fg=#1B282C,bg=#281E22,nobold,nounderscore,noitalics]#[fg=#9CBDC9,bg=#1B282C] %Y-%m-%d  %I:%M %p #[fg=#9CBDC9,bg=#1B282C,nobold,nounderscore,noitalics]#[fg=#1E1517,bg=#9CBDC9,bold] #h " -if-shell '[ "$(tmux show-option -gqv "clock-mode-style")" == "24" ]' { +if-shell '[ "$(tmux show-option -gqv "clock-mode-style")" = "24" ]' { set -g status-right "#[fg=#281E22,bg=#281E22,nobold,nounderscore,noitalics]#[fg=#9CBDC9,bg=#281E22] #{prefix_highlight} #[fg=#1B282C,bg=#281E22,nobold,nounderscore,noitalics]#[fg=#9CBDC9,bg=#1B282C] %Y-%m-%d  %H:%M #[fg=#9CBDC9,bg=#1B282C,nobold,nounderscore,noitalics]#[fg=#1E1517,bg=#9CBDC9,bold] #h " }