Shows WakaTime today statistics in the status line.
Add the plugin in .tmux.conf
:
set -g @plugin 'wiscaksono/tmux-wakatime'
Press prefix + I
to fetch the plugin and source it. Done.
Clone the repo somewhere. Add run-shell
in the end of .tmux.conf
:
run-shell PATH_TO_REPO/tmux-wakatime.tmux
NOTE: this line should be placed after set-option -g status-right ...
.
Press prefix + :
and type source-file ~/.tmux.conf
. Done.
Add #{wakatime}
somewhere in the right status line:
set-option -g status-right "#{wakatime}"
tmux-wakatime plugin is released under the Apache License.