Compare commits

..

No commits in common. "e5d611a4b8f0fbccea79f255f4e799bc2f240bdf" and "3a1426e277cc5f5c5525844e06a71cbf30cc7d4e" have entirely different histories.

3 changed files with 7 additions and 9 deletions

View file

@ -1,9 +1,8 @@
"$schema" = 'https://starship.rs/config-schema.json' "$schema" = 'https://starship.rs/config-schema.json'
#format = '${custom.tztime}$all$directory$character' format = '${custom.tztime}$all$directory$character'
format = '$directory$character'
right_format = '$all' add_newline = true # Inserts a blank line between shell prompts
add_newline = true # Inserts a blank line between shell prompts
[character] [character]
success_symbol = '[➜](bold green)' success_symbol = '[➜](bold green)'

View file

@ -46,7 +46,7 @@ set -g @catppuccin_window_default_fill "number"
set -g @catppuccin_window_default_text "#W" set -g @catppuccin_window_default_text "#W"
set -g @catppuccin_window_current_fill "number" set -g @catppuccin_window_current_fill "number"
set -g @catppuccin_window_current_text "#W#{?window_zoomed_flag,(),}" set -g @catppuccin_window_current_text "#W#{?window_zoomed_flag,(),}"
set -g @catppuccin_status_modules_right "directory date_time" set -g @catppuccin_status_modules_right "directory meetings date_time"
set -g @catppuccin_status_modules_left "session" set -g @catppuccin_status_modules_left "session"
set -g @catppuccin_status_left_separator " " set -g @catppuccin_status_left_separator " "
set -g @catppuccin_status_right_separator " " set -g @catppuccin_status_right_separator " "
@ -54,8 +54,7 @@ set -g @catppuccin_status_right_separator_inverse "no"
set -g @catppuccin_status_fill "icon" set -g @catppuccin_status_fill "icon"
set -g @catppuccin_status_connect_separator "no" set -g @catppuccin_status_connect_separator "no"
set -g @catppuccin_directory_text "#{b:pane_current_path}" set -g @catppuccin_directory_text "#{b:pane_current_path}"
#set -g @catppuccin_meetings_text "#($HOME/.config/tmux/scripts/cal.sh)" set -g @catppuccin_meetings_text "#($HOME/.config/tmux/scripts/cal.sh)"
set -g @catppuccin_meetings_text ""
set -g @catppuccin_date_time_text "%H:%M" set -g @catppuccin_date_time_text "%H:%M"
run '~/.config/tmux/plugins/tpm/tpm' run '~/.config/tmux/plugins/tpm/tpm'

View file

@ -17,7 +17,7 @@
''; '';
}; };
programs = { programs = {
# mosh.enable = true; mosh.enable = true;
# neovim = { # neovim = {
# enable = true; # enable = true;
# viAlias = true; # viAlias = true;
@ -26,7 +26,7 @@
ssh.startAgent = true; ssh.startAgent = true;
starship = { starship = {
enable = true; enable = true;
settings = with builtins; fromTOML (readFile ../configs/starship/starship.toml); settings = with builtins; fromTOML (readFile ../configs/starship.toml);
}; };
zsh = { zsh = {
enable = true; enable = true;