1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 12:21: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

@@ -15,7 +15,7 @@ in with config.niveum; {
home-manager.users.me.xsession.windowManager.i3 = {
enable = true;
config = rec {
fonts = [ "${config.niveum.fonts.ui.name} ${toString config.niveum.fonts.ui.size}" ];
fonts = [ "Sans ${toString config.niveum.fonts.size}" ];
modifier = "Mod4";
window = {
titlebar = false;
@@ -49,7 +49,7 @@ in with config.niveum; {
};
bars = [{
workspaceButtons = false;
fonts = [ "${config.niveum.fonts.terminal.name} ${toString config.niveum.fonts.terminal.size}" ];
fonts = [ "Monospace ${toString config.niveum.fonts.size}" ];
mode = "hide";
colors = rec {
background = colours.background;