use fish shell on desktops

This commit is contained in:
Robert Perce 2026-03-21 23:17:21 -05:00
parent 4c1563501a
commit e06382c637
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,6 @@
[window]
padding = { x = 4, y = 8 }
[font]
normal = { family = "Fantasque Sans Mono", style = "Regular" }
size = 14

View file

@ -37,6 +37,8 @@ set -g status-justify centre
set -g status-interval 1
set -g status-left "#[fg=colour33,bg=colour235] #h "
set -g status-right "#[bg=colour235,fg=colour136] ⧼ %a ⧼ %H:%M:%S ⧼ %Y-%m-%d "
set -g default-command fish
{{- end }}
set -g window-status-format "#[fg=cyan]#I:#W#F"