System Tray in Flux and fbpager Config

I needed a way to display system tray icons for applications like Gaim and Tomboy in fluxbox. One way that was easy to implement and works well is a dockapp called docker. After installing it (it’s in the repos), just add “docker -wmaker” to your .fluxbox/startup file. Then when you, for instance, launch Gaim, the Gaim system tray icon will appear as a 24×24 (configurable size) icon in the docker box. Check docker –help for more options.

fbpager is a handy app for displaying what desktops you have windows open in, and allow you to go to them quickly. Its default display layout is a bit ugly, though. There is an easy way to configure the way it appears, however. First, make a file ~/.fluxbox/fbpager.conf, and put this in it:

fbpager.workspace.width: 32fbpager.workspace.height: 32fbpager.workspacesPerRow: 2fbpager.alpha: 64

Then add this to ~/.fluxbox/startup:

fbpager -rc ~/.fluxbox/fbpager.conf &

This will run fbpager, and look at the specified config file. You can play with the values to your liking. See the linked home page for more options.

Post to Twitter Post to Delicious Post to Digg Post to Reddit

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

This entry was posted in Desktop and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>