1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(i3, alacritty): make fonts bigger

This commit is contained in:
2020-11-11 07:30:50 +01:00
parent acec2505e4
commit fce8d15356
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ let
};
font = {
normal.family = "Monospace";
size = 6;
size = 8;
};
key_bindings = [
{

View File

@@ -134,7 +134,7 @@ in {
};
bars = [{
workspaceButtons = false;
fonts = [ "Monospace 6" ];
fonts = [ "Monospace 8" ];
mode = "hide"; # "dock"
position = "bottom";
colors = rec {