summaryrefslogtreecommitdiff
path: root/linux.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-07-07 14:46:30 -0700
committerBen Sima <ben@bsima.me>2019-07-07 14:46:30 -0700
commite392b7c70949620962e280be39e3670ba8b9b4f2 (patch)
tree5babb181809567fd88afdc47a2d08c5fd6c64186 /linux.nix
parent5d232c8a8cc409e8cc04176f3b598312ade8cbae (diff)
tweaking polybar UI
Diffstat (limited to 'linux.nix')
-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;