Tiny Core Linux

General TC => General TC Talk => Topic started by: mtc on June 01, 2011, 12:05:02 PM

Title: Change wbar Icon Size and Zoom
Post by: mtc on June 01, 2011, 12:05:02 PM
I would like to configure the wbar icon size and zoom using a script rather than the slider bars. What file do I need to edit to make the changes? I can't seem to find it. Thank you for the help!
Title: Re: Change wbar Icon Size and Zoom
Post by: tinypoodle on June 01, 2011, 02:08:54 PM
e.g.:

Code: [Select]
tc@box:~$ cat `which wbarmine.sh`
#!/bin/sh
wbar -bpress -config /usr/local/tce.wbar -pos bot-right -vbar -isize 24 -idist 0 -zoomf 2.5 -filter 1 -fc
Title: Re: Change wbar Icon Size and Zoom
Post by: mtc on June 03, 2011, 01:24:20 PM
Thanks Tinypoodle for the commands.

Is there a script that starts with Tinycore I can put these values into? I would prefer to change the script that starts when Tinycore does rather than have my own. Thank you.
Title: Re: Change wbar Icon Size and Zoom
Post by: tinypoodle on June 03, 2011, 02:27:56 PM
You explicitely asked about using a script!

config file is ~/.wbar
Title: Re: Change wbar Icon Size and Zoom
Post by: mtc on June 03, 2011, 03:04:14 PM
You are correct. I did ask for a script originally and I did create a script using what you gave me. But, I realize now that I should have asked for the location of the wbar config file instead of a script. Thank you for the help.