Posts: 19
fiver22
Joined: 07 Aug 2013
#1
In fluxbox the 'menu-bar' at the bottom of the screen is long enough but I'd like to make it slightly taller so it's easier to read the text in it. Related to that my system clock shows as it should at the bottom right but I'd really like to add a second clock above, below, or as a tooltip that displays UTC along with my local timezone. How can I accomplish this?
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#2
the setting you are looking for is location in ~/.fluxbox/init

look for a line like this

Code: Select all

session.screen0.toolbar.height: 16 
and change the value to whatever you wish. I believe the measurement is in pixels.

I highly recommend checking out the fluxbox documentation available online. its is amazingly configurable. I doubt there are any two fluxbox users with the same configuration.
Posts: 19
fiver22
Joined: 07 Aug 2013
#3
Quite right -found in ~./.fluxbox/config -now you'll never get me outta there __{{emoticon}}__
Thanks again!
dolphin_oracle wrote:the setting you are looking for is location in ~/.fluxbox/init

look for a line like this

Code: Select all

session.screen0.toolbar.height: 16 
and change the value to whatever you wish. I believe the measurement is in pixels.

I highly recommend checking out the fluxbox documentation available online. its is amazingly configurable. I doubt there are any two fluxbox users with the same configuration.