2
0

increase font, nitpicker route

This commit is contained in:
Ehmry - 2020-05-22 19:52:33 +05:30
parent 47d3c749be
commit ae0bb7c313

View File

@ -312,7 +312,7 @@ let rootInit =
<rom name="Inconsolata.ttf"/> <rom name="Inconsolata.ttf"/>
<dir name="fonts"> <dir name="fonts">
<dir name="monospace"> <dir name="monospace">
<ttf name="regular" path="/Inconsolata.ttf" size_px="8"/> <ttf name="regular" path="/Inconsolata.ttf" size_px="10"/>
</dir> </dir>
</dir> </dir>
</vfs> </vfs>
@ -550,7 +550,7 @@ let rootInit =
Init.Attributes::{ Init.Attributes::{
, routes = , routes =
[ ServiceRoute.parent "VM" [ ServiceRoute.parent "VM"
, ServiceRoute.parent "Nitpicker" , ServiceRoute.child "Nitpicker" "nitpicker"
, { service = , { service =
{ name = "File_system" { name = "File_system"
, label = Init.LabelSelector.Type.Last "nix" , label = Init.LabelSelector.Type.Last "nix"