From 4168da868d1ed385070df82ce8c2b09f9320269c 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 9a76351..23121bf 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;