Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: lmart on May 01, 2011, 07:06:58 AM

Title: [SOLVED] menu at bottom of tinycore
Post by: lmart on May 01, 2011, 07:06:58 AM
How does one make the icons on the bottom menu stationary?  The roll-over effects are likely cool, however, they wreck havoc on cataracts.  Thanks.
Title: Re: menu at bottom of tinycore
Post by: floppy on May 01, 2011, 07:12:59 AM
perhaps the wbarconf menu in the control panel is the solution?
See http://distro.ibiblio.org/tinycorelinux/tc_030_cp.html
Title: Re: menu at bottom of tinycore
Post by: curaga on May 01, 2011, 07:40:14 AM
If wbarconf the gui app doesn't let you configure that, you can edit the wbar options in its start file. Can't recall the exact name though.
Title: Re: menu at bottom of tinycore
Post by: tinypoodle on May 01, 2011, 10:38:40 AM
~/.wbar
Title: Re: menu at bottom of tinycore
Post by: Lee on May 01, 2011, 01:02:46 PM
Quote
~/.wbar
The settings of interest are zoomf, jumpf and nanim.  I think the control panel tool lets you set zoomf, but I've always just locked it down with -zoomf 1.0 -jumpf 0.0 and -nanim 1.

If you want to, you can use some of the other settings to color-highlight the icon under the cursor once you get them to all just hold still.

Title: Re: menu at bottom of tinycore
Post by: tinypoodle on May 01, 2011, 01:53:09 PM
'-nanim 1 -zoomf 1' works here.
Sure you have restarted wbar to reflect the changes?
Title: Re: menu at bottom of tinycore
Post by: tinypoodle on May 02, 2011, 12:44:11 PM
Try putting everything on one line?
Perhaps easier if you just try parameters while starting wbar from CLI.
Title: Re: menu at bottom of tinycore
Post by: Juanito on May 03, 2011, 08:17:21 PM
The one to modify is /home/tc/.wbar
Title: Re: menu at bottom of tinycore
Post by: tinypoodle on May 03, 2011, 09:21:31 PM
I do not know how to launch from the command line.
Code: [Select]
wbar --help
Title: Re: menu at bottom of tinycore
Post by: tinypoodle on May 04, 2011, 09:02:13 AM
Code: [Select]
wbar -config /usr/local/tce.wbar [other options]
Title: Re: menu at bottom of tinycore
Post by: Lee on May 05, 2011, 01:10:26 PM
Quote
ave yet to find the switch that turns off the app name on mouse rollover.  Does anyone know how to turn it off?

-nofont

Title: Re: menu at bottom of tinycore
Post by: Lee on May 05, 2011, 01:15:42 PM
You'll have to edit that into ~/.wbar yourself and then right-clicking the wbar on screen isn't enough to really restart it - that just re-reads the icons file.

If you open the wbar tool on the control pannel and just click the "Apply" button it will restart the wbar completely and re read your ~/.wbar file.

Title: Re: menu at bottom of tinycore
Post by: Rich on May 05, 2011, 07:19:58 PM
Hi lmart
Go to your first post in this thread, click modify, add [SOLVED] to the title, click save.
Title: Re: [SOLVED] menu at bottom of tinycore
Post by: roberts on May 05, 2011, 08:06:27 PM
FYI wbar is not unique to Tiny Core and can be easily googled for support configuration options.
Title: Re: menu at bottom of tinycore
Post by: tinypoodle on May 05, 2011, 11:02:44 PM
Go to your first post in this thread, click modify, add [SOLVED] to the title, click save.

Perhaps this would be worth to be [part of] a sticky post?