Skip to content

Commit

Permalink
fix: green dots on active window again
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-pitblado committed Nov 23, 2024
1 parent 1778af3 commit 1dfd410
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catppuccin.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tmux set -g status-left "#[fg=${THEME[base]},bg=${THEME[lavender]},bold] #{?clie

#+--- Windows ---+
# Focus
tmux set -g window-status-current-format "$RESET#[fg=${THEME[green]},bg=${THEME[suface0]}] #{?#{==:#{pane_current_command},ssh},󰣀 ,}#[fg=${THEME[text]},bold,nodim]$window_number#W#[nobold]#{?window_zoomed_flag, $zoom_number, $custom_pane}#{?window_last_flag, , }"
tmux set -g window-status-current-format "$RESET#[fg=${THEME[text]},bg=${THEME[suface2]}] #{?#{==:#{pane_current_command},ssh},󰣀 ,}#[fg=${THEME[green]},bold,nodim]$window_number#W#[nobold]#{?window_zoomed_flag, $zoom_number, $custom_pane}#{?window_last_flag, , }"
# Unfocused
tmux set -g window-status-format "$RESET#[fg=${THEME[text]}] #{?#{==:#{pane_current_command},ssh},󰣀 ,}${RESET}$window_number#W#[nobold,dim]#{?window_zoomed_flag, $zoom_number, $custom_pane}#[fg=${THEME[yellow]}]#{?window_last_flag, , }"

Expand Down
2 changes: 1 addition & 1 deletion src/datetime-widget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ else
time_string="%H:%M "
fi

echo "$RESET#[fg=${THEME[yellow]},bg=${THEME[base]}]$date_string $separator$time_string"
echo "$RESET#[fg=${THEME[lavender]},bg=${THEME[base]}]$date_string $separator$time_string"
1 change: 1 addition & 0 deletions src/themes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ case $SELECTED_THEME in
["lavender"]="#b4befe"
["red"]="#f38ba8"
["subtext1"]="#11111b"
["surface2"]="#585b70"
["surface0"]="#313244"
["yellow"]="#f9e2af"

Expand Down

0 comments on commit 1dfd410

Please sign in to comment.