1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41: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 = { font = {
normal.family = "Monospace"; normal.family = "Monospace";
size = 6; size = 8;
}; };
key_bindings = [ key_bindings = [
{ {

View File

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