slightly smaller font on trantor's xmobar

feat/kile-v2
Ricard Illa 2022-11-13 16:00:26 +01:00
parent c237ebbc31
commit fefc775ad0
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ let
desktopConfig = import ./desktop_config.nix { desktopConfig = import ./desktop_config.nix {
config = config; config = config;
pkgs = pkgs; pkgs = pkgs;
fontSize = "12"; fontSize = "11";
monoFontSize = "13"; monoFontSize = "13";
}; };
in desktopConfig // { in desktopConfig // {