Skip to content

Commit 2ccd70d

Browse files
committed
first fix broke when net speed was showing
1 parent f2c6586 commit 2ccd70d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmux-power.tmux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ fi
116116
tmux_set status-left "$LS"
117117

118118
# Right side of status bar
119-
tmux_set status-right-bg "$G04"
119+
tmux_set status-right-bg "$BG"
120120
tmux_set status-right-fg "G12"
121121
tmux_set status-right-length 150
122-
RS="#[fg=$G06,bg=$BG]$left_arrow_icon#[fg=$TC,bg=$G06] $time_icon $time_format #[fg=$TC,bg=$G06]$left_arrow_icon#[fg=$G04,bg=$TC] $date_icon $date_format "
122+
RS="#[fg=$G06]$left_arrow_icon#[fg=$TC,bg=$G06] $time_icon $time_format #[fg=$TC,bg=$G06]$left_arrow_icon#[fg=$G04,bg=$TC] $date_icon $date_format "
123123
if "$show_download_speed"; then
124124
RS="#[fg=$G05,bg=$BG]$left_arrow_icon#[fg=$TC,bg=$G05] $download_speed_icon #{download_speed} $RS"
125125
fi

0 commit comments

Comments
 (0)