From ad7ba759a64b5043da4cc6436216764573d6a334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Thu, 24 Nov 2022 13:45:23 +0100 Subject: [PATCH] :rocket: make polybar smaller --- modules/config/theming/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/config/theming/default.nix b/modules/config/theming/default.nix index eb9180f..deedad2 100644 --- a/modules/config/theming/default.nix +++ b/modules/config/theming/default.nix @@ -41,15 +41,15 @@ in monitor = "\${env:MONITOR}"; bottom = true; width = "100%"; - heigth = 20; + heigth = 15; - border-size = 5; + border-size = 2; separator = " "; - font-0 = "FiraCode Nerd Font:size=9;0"; - font-1 = "FiraCode Nerd Font:size=9;1"; - font-2 = "FiraCode Nerd Font:size=9;2"; + font-0 = "FiraCode Nerd Font:size=8;0"; + font-1 = "FiraCode Nerd Font:size=8;1"; + font-2 = "FiraCode Nerd Font:size=8;2"; modules-left = "cpu memory network battery"; modules-center = "bspwm";