Compare commits
No commits in common. "4c88f2bc6bfac6dc98d2be46b14d4935a39dddd6" and "0aa28e44a561de64d8fa0f1b0f241e2a433c38ed" have entirely different histories.
4c88f2bc6b
...
0aa28e44a5
3 changed files with 3 additions and 7 deletions
|
|
@ -9,11 +9,12 @@ encryption = "age"
|
|||
]
|
||||
|
||||
[data]
|
||||
term_fontsize = 9
|
||||
{{- if eq .chezmoi.hostname "baryte" }}
|
||||
term_fontsize = 10
|
||||
email = "maximilian.friedersdorff@envsys.co.uk"
|
||||
personal_ssh_key = "~/.ssh/id_ed25519_personal"
|
||||
{{- else }}
|
||||
term_fontsize = 10
|
||||
email = "max@gwairfelin.com"
|
||||
personal_ssh_key = "~/.ssh/id_ed25519"
|
||||
{{- end }}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
# locked-title=no
|
||||
|
||||
font=JetBrainsMono NFM:size={{ .term_fontsize }}
|
||||
font-size-adjustment=1
|
||||
# font-bold=<bold variant of regular font>
|
||||
# font-italic=<italic variant of regular font>
|
||||
# font-bold-italic=<bold+italic variant of regular font>
|
||||
|
|
@ -19,9 +18,7 @@ font-size-adjustment=1
|
|||
# vertical-letter-offset=0
|
||||
# underline-offset=<font metrics>
|
||||
# box-drawings-uses-font-glyphs=no
|
||||
dpi-aware=yes
|
||||
|
||||
gamma-correct-blending=yes
|
||||
# dpi-aware=auto
|
||||
|
||||
# initial-window-size-pixels=700x500 # Or,
|
||||
# initial-window-size-chars=<COLSxROWS>
|
||||
|
|
|
|||
|
|
@ -95,5 +95,3 @@ set -g status-left-length 20
|
|||
set -g status-right-length 140
|
||||
set -g status-left ' #[fg=green]#H #[fg=black]• #[fg=green,bright]#(uname -r | cut -c 1-6)#[default]'
|
||||
set -g status-right '#[fg=white,bg=default]%H:%M:%S #[default] #[fg=blue]%Y-%m-%d '
|
||||
|
||||
set -g status-position top
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue