🚀 make polybar smaller
parent
e90fd62f5e
commit
ad7ba759a6
|
@ -41,15 +41,15 @@ in
|
||||||
monitor = "\${env:MONITOR}";
|
monitor = "\${env:MONITOR}";
|
||||||
bottom = true;
|
bottom = true;
|
||||||
width = "100%";
|
width = "100%";
|
||||||
heigth = 20;
|
heigth = 15;
|
||||||
|
|
||||||
border-size = 5;
|
border-size = 2;
|
||||||
|
|
||||||
separator = " ";
|
separator = " ";
|
||||||
|
|
||||||
font-0 = "FiraCode Nerd Font:size=9;0";
|
font-0 = "FiraCode Nerd Font:size=8;0";
|
||||||
font-1 = "FiraCode Nerd Font:size=9;1";
|
font-1 = "FiraCode Nerd Font:size=8;1";
|
||||||
font-2 = "FiraCode Nerd Font:size=9;2";
|
font-2 = "FiraCode Nerd Font:size=8;2";
|
||||||
|
|
||||||
modules-left = "cpu memory network battery";
|
modules-left = "cpu memory network battery";
|
||||||
modules-center = "bspwm";
|
modules-center = "bspwm";
|
||||||
|
|
Loading…
Reference in New Issue