diff options
author | Ben Sima <ben@bsima.me> | 2019-07-07 14:46:30 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-07-07 14:46:30 -0700 |
commit | e392b7c70949620962e280be39e3670ba8b9b4f2 (patch) | |
tree | 5babb181809567fd88afdc47a2d08c5fd6c64186 | |
parent | 5d232c8a8cc409e8cc04176f3b598312ade8cbae (diff) |
tweaking polybar UI
-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; |