topic title: 7) menu bar height at bottom of screen
3 posts
• Page 1 of 1
-
Posts: 19
- 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
- Joined: 16 Dec 2007
#2
the setting you are looking for is location in ~/.fluxbox/init
look for a line like this
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.
look for a line like this
Code: Select all
session.screen0.toolbar.height: 16
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
- Joined: 07 Aug 2013
#3
Quite right -found in ~./.fluxbox/config -now you'll never get me outta there __{{emoticon}}__
Thanks again!
Thanks again!
dolphin_oracle wrote:the setting you are looking for is location in ~/.fluxbox/init
look for a line like thisand change the value to whatever you wish. I believe the measurement is in pixels.Code: Select all
session.screen0.toolbar.height: 16
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.