Skip to content

Commit

Permalink
fix: wbg break
Browse files Browse the repository at this point in the history
  • Loading branch information
janoamaral committed Apr 15, 2024
1 parent f53fc8b commit 3f4fa3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/wb-git-status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "$SHOW_WIDGET" == "0" ]; then
fi

CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$CURRENT_DIR../lib/coreutils-compat.sh"
source "$CURRENT_DIR/../lib/coreutils-compat.sh"
source "$CURRENT_DIR/themes.sh"

cd "$1" || exit 1
Expand All @@ -24,7 +24,7 @@ REVIEW_STATUS=""
ISSUE_STATUS=""
BUG_STATUS=""

if [[ -n $BRANCH ]]; then
if [[ -z "$BRANCH" ]]; then
exit 0
fi

Expand Down
2 changes: 1 addition & 1 deletion tokyo-night.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ tmux set -g window-status-current-format "$RESET#[fg=${THEME[green]},bg=${THEME[
tmux set -g window-status-format "$RESET#[fg=${THEME[foreground]}] #{?#{==:#{pane_current_command},ssh},󰣀,}${RESET} $window_number #W#[nobold,dim]#{?window_zoomed_flag, $zoom_number, $custom_pane} #[fg=${THEME[yellow]}]#{?window_last_flag,󰁯 , } "

#+--- Bars RIGHT ---+
tmux set -g status-right "$battery_status$current_path$cmus_status#[fg=#a9b1d6,bg=#24283B]$netspeed$git_status$wb_git_status$date_and_time"
tmux set -g status-right "$battery_status$current_path$cmus_status$netspeed$git_status$wb_git_status$date_and_time"
tmux set -g window-status-separator ""

0 comments on commit 3f4fa3f

Please sign in to comment.