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

feat: the font revolution

This commit is contained in:
Kierán Meinhardt
2019-09-25 10:11:18 +02:00
parent 93c87be579
commit 6e41f78863
7 changed files with 31 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ with config.niveum; {
terminal = applications.terminal;
borderWidth = 0;
lines = 5;
font = "${fonts.terminal.name} ${toString (fonts.terminal.size + 1)}";
font = "Monospace ${toString (fonts.size + 1)}";
colors = rec {
window = rec {
background = colours.foreground;