use fish shell on desktops
This commit is contained in:
parent
4c1563501a
commit
e06382c637
2 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
[window]
|
[window]
|
||||||
padding = { x = 4, y = 8 }
|
padding = { x = 4, y = 8 }
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
normal = { family = "Fantasque Sans Mono", style = "Regular" }
|
normal = { family = "Fantasque Sans Mono", style = "Regular" }
|
||||||
size = 14
|
size = 14
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,8 @@ set -g status-justify centre
|
||||||
set -g status-interval 1
|
set -g status-interval 1
|
||||||
set -g status-left "#[fg=colour33,bg=colour235] #h ⧽ "
|
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 status-right "#[bg=colour235,fg=colour136] ⧼ %a ⧼ %H:%M:%S ⧼ %Y-%m-%d "
|
||||||
|
|
||||||
|
set -g default-command fish
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
set -g window-status-format "#[fg=cyan]#I:#W#F"
|
set -g window-status-format "#[fg=cyan]#I:#W#F"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue