mirror of
https://github.com/tmux-plugins/tmux-cpu.git
synced 2026-09-10 07:16:16 -04:00
Merge cec1e67534 into bcb110d754
This commit is contained in:
commit
0c92d8a80b
7
cpu.tmux
7
cpu.tmux
|
|
@ -82,7 +82,10 @@ update_tmux_option() {
|
|||
}
|
||||
|
||||
main() {
|
||||
update_tmux_option "status-right"
|
||||
update_tmux_option "status-left"
|
||||
local interpolated_options="$(get_tmux_option "@plugin_interpolated_options" "status-right status-left")"
|
||||
for interpolated_option in $interpolated_options
|
||||
do
|
||||
update_tmux_option $interpolated_option
|
||||
done
|
||||
}
|
||||
main
|
||||
|
|
|
|||
Loading…
Reference in a new issue