From 2151342f5f848cb816d7291bddb210c1d0e5c041 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 19 Apr 2021 16:28:45 +0200 Subject: [PATCH] home: i3: make status bar font bigger --- home/x/i3.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/x/i3.nix b/home/x/i3.nix index bafdd36..780e3c7 100644 --- a/home/x/i3.nix +++ b/home/x/i3.nix @@ -46,6 +46,7 @@ in { statusCommand = "i3status-rs ${barConfigPath}"; position = "top"; + fonts = [ "DejaVu Sans Mono 9" ]; colors = { background = colorBg;