commit 6e7c5c288ec1cb2618dbbbf1cfb17f6304392d80 parent 2431de8007ad9d1e4531478b6dcaadb033953eae Author: Jaron Swab <jaron@swab.dev> Date: Sun, 20 Jun 2021 04:29:57 -0400 Add 'sh' to getAverageCpuMHz.sh command Diffstat:
M | tmux.conf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmux.conf b/tmux.conf @@ -19,5 +19,5 @@ set-option -g status-left-length 25 set-option -g status-left "#[fg=white]#[bg=black]#H #[fg=white]#[bg=black]#(uname -r | cut -d "-" -f 1) #[default]" set-option -g status-right-length 150 -set-option -g status-right "#[fg=white]#[bg=black]#[fg=white]#[bg=black]CPU: #(getAverageCpuMhz.sh) #(sensors | awk '/Tdie:/ { print $2}') | " +set-option -g status-right "#[fg=white]#[bg=black]#[fg=white]#[bg=black]CPU: #(sh getAverageCpuMHz.sh) #(sensors | awk '/Tdie:/ { print $2}') | " set-option -ag status-right "#[fg=white]#[bg=black]#[fg=white]#[bg=black]%a %Y-%m-%d %H:%M "