mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(i3): larger font on homeros, more monospace
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user