diff options
author | Benjamin Morrison <ben@gbmor.org> | 2022-01-25 14:32:50 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2022-01-25 14:32:50 -0500 |
commit | 799d7f392561c385a2810c04f7c841c7b84dc41a (patch) | |
tree | d85ac8f878705216ec025875fd4ba73a89c78480 /.config/polybar | |
parent | a108b2ea07f0ecb716b8a89ac25032749c21a92d (diff) | |
download | dogfiles-799d7f392561c385a2810c04f7c841c7b84dc41a.tar.gz |
changes for new machine
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 65cf220..4228df7 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -19,7 +19,7 @@ padding-right = 0 module-margin-left = 1 module-margin-right = 2 -font-0 = "Source Code Pro Semibold:size=10;1" +font-0 = "Fira Code:size=10;1" font-1 = "Font Awesome 5 Free:style=Solid:size=10;1" font-2 = "Font Awesome 5 Brands:size=10;1" @@ -28,7 +28,7 @@ modules-center = modules-right = cpu memory rootfs cputemp batt1 batt0 wlan eth date tray-position = right -tray-padding = 1 +tray-padding = 2 ;wm-restack = i3 ;override-redirect = true |