diff options
-rw-r--r-- | linux.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -72,11 +72,11 @@ in enable = true; config = { "bar/top" = { - font-0 = "mononoki:size-10"; + font-0 = "FiraSans:size=16"; monitor = "\${env:MONITOR:HDMI-1}"; monitor-fallback = "\${env:MONITOR:eDP-1}"; width = "100%"; - height = "2%"; + height = "5%"; radius = 0; background = colors."${theme}".background; foreground = colors."${theme}".foreground; |