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"]
|
||||
disks = ["/"]
|
||||
outputs = [
|
||||
|
|
|
@ -61,6 +61,7 @@ def main():
|
|||
host_config = toml.load(host_file)
|
||||
else:
|
||||
host_config = {}
|
||||
host_config['name'] = args.hostname
|
||||
|
||||
lookup = mako.lookup.TemplateLookup(
|
||||
directories=[
|
||||
|
|
|
@ -12,7 +12,11 @@ font:
|
|||
italic:
|
||||
family: monospace
|
||||
style: Italic
|
||||
% if host['name'] == 'smol':
|
||||
size: 9
|
||||
% else:
|
||||
size: 8
|
||||
% endif
|
||||
|
||||
${get_base16('alacritty')}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue