From cc02c55c2f154dfa04233b2d23f2830af7e28524 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 5 Aug 2023 09:03:08 +0200 Subject: [PATCH] feat(tmux): add ActivityWatch plugin --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 97daa04..56d467d 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -149,6 +149,7 @@ set -g @plugin 'joshmedeski/t-smart-tmux-session-manager' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'joshmedeski/tmux-nerd-font-window-name' set -g @plugin 'fcsonline/tmux-thumbs' +set -g @plugin 'akohlbecker/aw-watcher-tmux' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm'