Skip to content

Commit

Permalink
fix rule
Browse files Browse the repository at this point in the history
  • Loading branch information
janoamaral committed Dec 1, 2024
1 parent 62b768e commit abf316f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokyo-night.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ terminal_icon="${terminal_icon:-$default_terminal_icon}"
active_terminal_icon="${active_terminal_icon:-$default_active_terminal_icon}"
window_space="${window_tidy:-0}"

window_space=$([[ "$window_tidy" == "0" ]] && echo " " || echo "")
window_space=$([[ $window_tidy == "0" ]] && echo " " || echo "")

netspeed="#($SCRIPTS_PATH/netspeed.sh)"
cmus_status="#($SCRIPTS_PATH/music-tmux-statusbar.sh)"
Expand Down

0 comments on commit abf316f

Please sign in to comment.