Compare commits
2 commits
3a1426e277
...
e5d611a4b8
Author | SHA1 | Date | |
---|---|---|---|
|
e5d611a4b8 | ||
|
eec36cad07 |
3 changed files with 9 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
|||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
format = '${custom.tztime}$all$directory$character'
|
||||
|
||||
add_newline = true # Inserts a blank line between shell prompts
|
||||
#format = '${custom.tztime}$all$directory$character'
|
||||
format = '$directory$character'
|
||||
right_format = '$all'
|
||||
add_newline = true # Inserts a blank line between shell prompts
|
||||
|
||||
[character]
|
||||
success_symbol = '[➜](bold green)'
|
|
@ -46,7 +46,7 @@ set -g @catppuccin_window_default_fill "number"
|
|||
set -g @catppuccin_window_default_text "#W"
|
||||
set -g @catppuccin_window_current_fill "number"
|
||||
set -g @catppuccin_window_current_text "#W#{?window_zoomed_flag,(),}"
|
||||
set -g @catppuccin_status_modules_right "directory meetings date_time"
|
||||
set -g @catppuccin_status_modules_right "directory date_time"
|
||||
set -g @catppuccin_status_modules_left "session"
|
||||
set -g @catppuccin_status_left_separator " "
|
||||
set -g @catppuccin_status_right_separator " "
|
||||
|
@ -54,7 +54,8 @@ set -g @catppuccin_status_right_separator_inverse "no"
|
|||
set -g @catppuccin_status_fill "icon"
|
||||
set -g @catppuccin_status_connect_separator "no"
|
||||
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"
|
||||
|
||||
run '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
'';
|
||||
};
|
||||
programs = {
|
||||
mosh.enable = true;
|
||||
# mosh.enable = true;
|
||||
# neovim = {
|
||||
# enable = true;
|
||||
# viAlias = true;
|
||||
|
@ -26,7 +26,7 @@
|
|||
ssh.startAgent = true;
|
||||
starship = {
|
||||
enable = true;
|
||||
settings = with builtins; fromTOML (readFile ../configs/starship.toml);
|
||||
settings = with builtins; fromTOML (readFile ../configs/starship/starship.toml);
|
||||
};
|
||||
zsh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue