SparkyLinux Forums

Software & hardware support => Newbie questions => Topic started by: tuatha-solas on November 16, 2021, 10:54:26 PM

Title: how to increase scale of Aptus?
Post by: tuatha-solas on November 16, 2021, 10:54:26 PM
Hello :-) Just to ask how to increase the scale of Aptus; I can't find where to enlarge the interface/font and it's not possible to use on the default setting. Daren't tinker with anything incase mess something up, but have looked in Dconf Editor (couldn't find anything). 
Title: Re: how to increase scale of Aptus?
Post by: pavroo on November 17, 2021, 12:33:32 AM
Hi,
The APTus AppCenter config file is:
/usr/lib/sparky-aptus-appcenter/*.css
It lets you customize it, but any next update of the package will overwrite your changes.
Title: Re: how to increase scale of Aptus?
Post by: tuatha-solas on November 17, 2021, 12:46:59 AM
Thanks pavroo :-)

I'm not very tech, but thankfully knew how to sudo caja, and only one file was a css file in that directory ... style.css. When opening that, I've been able to change the font size more easily than expected, lol, from 14px to 18px. Aptus is easier to read now. 

body {
   margin: 0;
   padding: 0;
   /*background: #FFFFFF; center no-repeat*/
   font-family: Arial, Helvetica, sans-serif;
   font-size: 22px;
   color: #181B20;
   background: url("images0/background.png") center no-repeat;