From 2a25aa4bfcc314ad3d9109d23a40d18c3a08b8d0 Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 12 Sep 2024 10:56:36 +0200 Subject: [PATCH] addet some plugins --- .tmux.conf | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 8130f58..609da01 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -14,23 +14,31 @@ set-option -g renumber-windows on # ────────────────────────────────────< List of plugins >────────────────────────────────── -# ─< Import Plugins >─────────────────────────────────────────────────────────────────────── +# ─< Import Plugins >───────────────────────────────────────────────────────────────────── set -g @plugin 'tmux-plugins/tpm' -# ─< tmux settings everybody agreed >───────────────────────────────────────────────────── +# ────────────────────────────< tmux settings everybody agreed >──────────────────────────── set -g @plugin 'tmux-plugins/tmux-sensible' -# ─< yank for tmux >────────────────────────────────────────────────────────────────────── + +# ────────────────────────────────────< yank for tmux >────────────────────────────────── set -g @plugin 'tmux-plugins/tmux-yank' -# ─< tmux session plugin for after reboot sessions >────────────────────────────────────── + +# ────────────────────< tmux session plugin for after reboot sessions >────────────────── set -g @plugin 'tmux-plugins/tmux-resurrect' -# ─< tmux battery plugin >──────────────────────────────────────────────────────────────── + +# ─────────────────────────────────< tmux battery plugin >─────────────────────────────── set -g @plugin 'tmux-plugins/tmux-battery' -# ─< colorschemes >─────────────────────────────────────────────────────────────────────── + +# ─────────────────────────────────────< colorschemes >───────────────────────────────────── # set -g @plugin 'catppuccin/tmux' set -g @plugin 'janoamaral/tokyo-night-tmux' -# ─< copyct plugin >────────────────────────────────────────────────────────────────────── + +# ────────────────────────────────────< copyct plugin >────────────────────────────────── set -g @plugin 'tmux-plugins/tmux-copycat' +# ────────────────────────────────< ethernet speed plugin >────────────────────────────── +set -g @net_speed_interfaces "eth0 enp7s0 wlan0" + # ─────────────────────────────────────────< Themes >───────────────────────────────────────── # ─< catppuccin >───────────────────────────────────────────────────────────────────────── # set -g @catppuccin_flavour 'mocha' # latte, frappe, mocha or macchiato