diff --git a/configs/i3.nix b/configs/i3.nix index f972a6e..c83c9cf 100644 --- a/configs/i3.nix +++ b/configs/i3.nix @@ -18,7 +18,7 @@ in with config.niveum; { home-manager.users.me.xsession.windowManager.i3 = { enable = true; config = rec { - fonts = [ "Sans ${toString config.niveum.fonts.size}" ]; + fonts = [ "Monospace ${toString config.niveum.fonts.size}" ]; modifier = "Mod4"; window = { titlebar = false; @@ -66,7 +66,7 @@ in with config.niveum; { }; bars = [{ workspaceButtons = false; - fonts = [ "Sans ${toString config.niveum.fonts.size}" ]; + fonts = [ "Monospace ${toString (config.niveum.fonts.size - 3)}" ]; mode = "hide"; colors = rec { background = colours.background; diff --git a/configs/rofi.nix b/configs/rofi.nix index 1bf96e9..faa88da 100644 --- a/configs/rofi.nix +++ b/configs/rofi.nix @@ -6,7 +6,7 @@ with config.niveum; { scrollbar = false; borderWidth = 0; lines = 5; - font = "Monospace ${toString (fonts.size + 1)}"; + font = "Monospace ${toString (fonts.size - 1)}"; colors = rec { window = rec { background = colours.foreground; diff --git a/systems/homeros/configuration.nix b/systems/homeros/configuration.nix index ba6caa2..41a46ce 100644 --- a/systems/homeros/configuration.nix +++ b/systems/homeros/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, lib, ... }: { imports = [ @@ -13,6 +13,7 @@ batteryBlocks.default = "BAT1"; networkInterfaces.wireless = "wlp3s0"; promptColours.success = "green"; + fonts.size = lib.mkForce 11; }; boot.loader.systemd-boot = {