From 0525e00209de831c7a15d4700826f6f8be2d79d3 Mon Sep 17 00:00:00 2001 From: Azalea Gui <22280294+hykilpikonna@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:09:32 -0400 Subject: [PATCH] [+] Time icon, default host icon --- config-sync/.config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-sync/.config/tmux/tmux.conf b/config-sync/.config/tmux/tmux.conf index ce83f64..2b36621 100644 --- a/config-sync/.config/tmux/tmux.conf +++ b/config-sync/.config/tmux/tmux.conf @@ -9,7 +9,7 @@ set -g status-style 'bg=#ffffff,fg=#333333' # Status bar left side set -g status-left-length 0 -set -g status-left '#[fg=#32738c,bg=terminal]#[bg=#459dbf]#[fg=#459dbf,bg=#58c8f2]#[fg=#333333]  #(date +"%a %m-%d") #[fg=#58c8f2,bg=#eda4b2]#[fg=#333333]  #(date +"%I:%M %p") #[fg=#eda4b2,bg=#ffffff]' +set -g status-left '#[fg=#32738c,bg=terminal]#[bg=#459dbf]#[fg=#459dbf,bg=#58c8f2]#[fg=#333333]  %a %m-%d #[fg=#58c8f2,bg=#eda4b2]#[fg=#333333] #(~/zshrc/scripts/bin/time-icon) %I:%M %p #[fg=#eda4b2,bg=#ffffff]' # Centered window status set -g status-justify centre @@ -20,7 +20,7 @@ set -g window-status-separator '  ' # Status bar right side set -g status-right-length 0 -set -g status-right '#[fg=#ffffff,bg=#eda4b2]#[fg=#333333] #(python3 -m hyfetch --print-font-logo) #(hostname) #[fg=#eda4b2,bg=#58c8f2]#[fg=#333333]  Be happy! #[fg=#58c8f2,bg=#459dbf]#[fg=#459dbf,bg=#32738c]#[fg=#32738c,bg=terminal]' +set -g status-right '#[fg=#ffffff,bg=#eda4b2]#[fg=#333333] #(python3 -m hyfetch --print-font-logo || echo "") #(hostname) #[fg=#eda4b2,bg=#58c8f2]#[fg=#333333]  Be happy! #[fg=#58c8f2,bg=#459dbf]#[fg=#459dbf,bg=#32738c]#[fg=#32738c,bg=terminal]' # Pane border style set -g pane-border-style "fg=#865c64"