From 3a892978bfc8255e206b26884606118b046427bc Mon Sep 17 00:00:00 2001 From: Marley Rae Date: Sun, 28 Jan 2024 19:32:30 -0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20Continue=20moving=20to?= =?UTF-8?q?=20fish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fish/{install.sh => fish.sh} | 0 git/{install.sh => git.sh} | 0 script/bootstrap.sh | 4 ++-- tmux/.tmux.conf.hardlink | 12 +++++++----- 4 files changed, 9 insertions(+), 7 deletions(-) rename fish/{install.sh => fish.sh} (100%) rename git/{install.sh => git.sh} (100%) diff --git a/fish/install.sh b/fish/fish.sh similarity index 100% rename from fish/install.sh rename to fish/fish.sh diff --git a/git/install.sh b/git/git.sh similarity index 100% rename from git/install.sh rename to git/git.sh diff --git a/script/bootstrap.sh b/script/bootstrap.sh index 9f0d376..01dfe14 100755 --- a/script/bootstrap.sh +++ b/script/bootstrap.sh @@ -244,9 +244,9 @@ main() "$DOT/homebrew/brew.sh" - "$DOT/git/install.sh" + "$DOT/git/git.sh" - "$DOT/fish/install.sh" + "$DOT/fish/fish.sh" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tmux/.tmux.conf.hardlink b/tmux/.tmux.conf.hardlink index b6090e7..fd47739 100644 --- a/tmux/.tmux.conf.hardlink +++ b/tmux/.tmux.conf.hardlink @@ -9,10 +9,10 @@ set -g @plugin 'Morantron/tmux-fingers' # catppuccin set -g @catppuccin_flavour 'mocha' -set -g @catppuccin_window_left_separator "" -set -g @catppuccin_window_right_separator " " -set -g @catppuccin_window_middle_separator " █" -set -g @catppuccin_window_number_position "right" +set -g @catppuccin_window_left_separator " " +set -g @catppuccin_window_right_separator "" +set -g @catppuccin_window_middle_separator "█ " +set -g @catppuccin_window_number_position "left" set -g @catppuccin_window_default_fill "number" set -g @catppuccin_window_default_text "#W" @@ -20,7 +20,8 @@ set -g @catppuccin_window_default_text "#W" set -g @catppuccin_window_current_fill "number" set -g @catppuccin_window_current_text "#W" -set -g @catppuccin_status_modules_right "directory user host session" +set -g @catppuccin_status_modules_left "directory" +set -g @catppuccin_status_modules_right "user host session date_time" set -g @catppuccin_status_left_separator " " set -g @catppuccin_status_right_separator "" set -g @catppuccin_status_right_separator_inverse "no" @@ -28,6 +29,7 @@ set -g @catppuccin_status_fill "icon" set -g @catppuccin_status_connect_separator "no" set -g @catppuccin_directory_text "#{pane_current_path}" +set -g @catppuccin_date_time_text "%b %d • %I:%M %p" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -