slightly smaller font on trantor's xmobar
parent
c237ebbc31
commit
fefc775ad0
|
@ -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 // {
|
||||||
|
|
Loading…
Reference in New Issue