summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-02-10 08:52:22 +0100
committerNaz <ndpm13@ch-naseem.com>2025-02-10 08:52:22 +0100
commitce176678c4f4022f270313a57f31a48ac9331926 (patch)
treeab13c7a6237af7a743099ba78f2647713f53eb3e
parentb0414205164a07276bb0f311c2db811406ab0c2c (diff)
🐛fix: corrected date formatmain
-rw-r--r--tmux-colorscheme.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux-colorscheme.conf b/tmux-colorscheme.conf
index 45b1bee..553c48b 100644
--- a/tmux-colorscheme.conf
+++ b/tmux-colorscheme.conf
@@ -56,7 +56,7 @@ set-option -wg copy-mode-current-match-style "bg=#fe8019,fg=#3c3836"
# statusbar formatting
# "#fe8019" MUST be in lowercase here (conflicts with statusline alias otherwise)
set-option -g status-left "#[bg=#a89984, fg=#3c3836]#{?client_prefix,#[bg=#fe8019],#[bg=#a89984]} #{session_name} "
-set-option -g status-right " #[fg=#3c3836, bg=#fe8019]#{?window_zoomed_flag,  zoomed ,}#[bg=#504945, fg=#ebdbb2] %d %b - %i:%m:%s %p #[bg=#a89984, fg=#3c3836]#{?client_prefix,#[bg=#fe8019],#[bg=#a89984]} #{host_short} "
+set-option -g status-right " #[fg=#3c3836, bg=#fe8019]#{?window_zoomed_flag,  zoomed ,}#[bg=#504945, fg=#ebdbb2] %d %b - %I:%M:%S %p #[bg=#a89984, fg=#3c3836]#{?client_prefix,#[bg=#fe8019],#[bg=#a89984]} #{host_short} "
set-option -wg window-status-current-format " #{?#{==:#{window_name},nvim},,#{?#{==:#{window_name},newsboat},󰑬,#{?#{==:#{window_name},cargo-watch},󱘗,#{?#{==:#{window_name},cargo},󱘗,}}}} #{window_name} "
set-option -wg window-status-format " #{window_index} "