Add config for smol
This commit is contained in:
parent
dbee1c6225
commit
3ae3324490
3 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
base16-scheme = "seti"
|
||||||
ethernet = ["enp0s3"]
|
ethernet = ["enp0s3"]
|
||||||
disks = ["/"]
|
disks = ["/"]
|
||||||
outputs = [
|
outputs = [
|
||||||
|
|
|
@ -61,6 +61,7 @@ def main():
|
||||||
host_config = toml.load(host_file)
|
host_config = toml.load(host_file)
|
||||||
else:
|
else:
|
||||||
host_config = {}
|
host_config = {}
|
||||||
|
host_config['name'] = args.hostname
|
||||||
|
|
||||||
lookup = mako.lookup.TemplateLookup(
|
lookup = mako.lookup.TemplateLookup(
|
||||||
directories=[
|
directories=[
|
||||||
|
|
|
@ -12,7 +12,11 @@ font:
|
||||||
italic:
|
italic:
|
||||||
family: monospace
|
family: monospace
|
||||||
style: Italic
|
style: Italic
|
||||||
|
% if host['name'] == 'smol':
|
||||||
|
size: 9
|
||||||
|
% else:
|
||||||
size: 8
|
size: 8
|
||||||
|
% endif
|
||||||
|
|
||||||
${get_base16('alacritty')}
|
${get_base16('alacritty')}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue