Manjaro Difference between revisions of "Worker - An Introduction"

Difference between revisions of "Worker - An Introduction"

From Manjaro
imported>Handy
imported>Handy
Line 133: Line 133:


So I just go in to the ~/.worker/config file with a text editor, scroll down to the font section & change the sizes. Save it, restart Worker, go into the Worker Configuration GUI (which I can now use) & then adjust/fine tune the config to suit the new machine.
So I just go in to the ~/.worker/config file with a text editor, scroll down to the font section & change the sizes. Save it, restart Worker, go into the Worker Configuration GUI (which I can now use) & then adjust/fine tune the config to suit the new machine.
If you ever strike this problem, this is the part of the ~/.worker/config file you need to edit:
fonts {
globalfont = "-*-verdana-bold-r-normal-*-14-*-*-*-*-*-*-*";
buttonfont = "-*-verdana-bold-r-normal-*-14-*-*-*-*-*-*-*";
leftfont = "-*-verdana-bold-r-normal-*-14-*-*-*-*-*-*-*";
rightfont = "-*-verdana-bold-r-normal-*-14-*-*-*-*-*-*-*";
textviewfont = "fixed";
}
xftfonts {
globalfont = "Sans-18";
buttonfont = "Sans-20";
leftfont = "Sans-24";
rightfont = "Sans-24";
textviewfont = "Sans-20";
}
By looking at the above you can see that it is the xfgfonts section that is where the large 18 -> 24 size fonts are, sou you just make all those numbers suitably smaller so you can use the Worker Configuration GUI to fine tune your imported settings to suit the new machine.


<br clear="all"/>
<br clear="all"/>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.