From ee043ddeec86a69340b0ca4d3a2924adc63da1e0 Mon Sep 17 00:00:00 2001 From: Belal Elsabbagh Date: Wed, 18 Dec 2024 22:23:40 +0200 Subject: [PATCH] fixed tmux styling --- tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 0e1ddc2..0b1f077 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -41,7 +41,8 @@ set -g @plugin 'tmux-plugins/tmux-yank' # available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, tmux-ram-usage, network, network-bandwidth, network-ping, ssh-session, attached-clients, network-vpn, weather, time, mpc, spotify-tui, playerctl, kubernetes-context, synchronize-panes set -g @dracula-plugins "ram-usage time" set -g @dracula-left-icon-padding 1 -set -g @dracula-show-left-icon "#S" +set -g @dracula-show-left-icon "#[bold]#S" +set -g @dracula-time-format "%F %R" # set vi-mode set-window-option -g mode-keys vi