summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux.nix b/linux.nix
index 82eb343..9de8a13 100644
--- a/linux.nix
+++ b/linux.nix
@@ -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;