Introduction

PerlPanel draws a small taskbar on your screen to display some useful widgets like a programs menu, some shortcut icons, a clock and so on. It's similar to the Windows Taskbar, the Gnome Panel, and \s-1KDE\s0's Kicker.

However, those programs are designed to be tightly integrated into the environment they are part of. For example, Kicker's not much use without \s-1KDE\s0.

This kind of flies in the face of the Unix tradition of having lots of small, simple programs that don't depend on each other. Such is the price of user-friendliness. So users of minimalist window managers miss out on the useful bits of panel programs because they won't, or can't, run a heavy desktop environment on their systems.

This is where PerlPanel comes in. It is a panel program much in the vein of the Gnome Panel and Kicker, but is completely independent of any particular environment. So you can use it with Blackbox, for example, or WindowMaker.

Running PerlPanel

Running PerlPanel is as simple as typing \*(C`perlpanel\*(C' into your terminal. However you might wish to add this to your \*(C`.xinitrc\*(C' file or any other scripts that start when your X session begins.

To run PerlPanel with a configuration file other than the default, you can specify a file as an argument, for example:

        perlpanel ~/.perlpanelrc-2

This allows you to run more than one panel at a time.

Configuring PerlPanel

All configuration is done in the resource file, located in \*(C`$HOME/.perlpanelrc\*(C'. This is an \s-1XML\s0 file and so it should be fairly easy to edit as you need. However most parts of it can be changed using the Configurator applet.

Applets

The PerlPanel is really just a container for components called applets. If you've used Gnome or \s-1KDE\s0 you should be familiar with applets - they're small widgets that perform a particular task. PerlPanel comes with a number of useful applets that are enabled by default. They are explained in brief below.

\$1

A number of people have written applets for PerlPanel which aren't part of the main PerlPanel package. These applets can be downloaded and installed very easily.

To install an applet, you can simply drag the file onto the panel. Or you can use the \*(L"Install Applet...\*(R" item in the \*(L"Add To Panel\*(R" submenu of the Action Menu, or the \*(L"Install Applet\*(R" button on the \*(L"Add Applet\*(R" dialog of the Configurator. Each of these will display a dialog that will prompt you for the filename of the applet to be installed. Then you can add the Applet to your panel. This applet provides a launcher menu containing the standard \*(L"action\*(R" items. If you don't want to run another menu applet but want access to action menus, use this applet. The LoadMonitor applet shows the current charge on your laptop's battery. You can click on the widget and bring up a dialog to change the update interval. By default, this is 100ms. The BBMenu applet is a program launcher menu, like the Windows Start Menu. It can understand any Blackbox-compatible menu file, and will look for them on your system. It tries the following locations, in this order:

$HOME/.perlpanel/menu $HOME/.blackbox/menu $HOME/.fluxbox/menu $HOME/.waimea/menu /usr/local/share/blackbox/menu /usr/share/blackbox/menu /usr/local/share/fluxbox/menu /usr/share/fluxbox/menu /usr/local/share/waimea/menu /usr/share/waimea/menu

The BBMenu isn't (yet) clever enough to recognise submenus that contain special Blackbox commands, so you might find that there are empty submenus and extra separators in the menu. If you copy your menu file into \*(C`$HOME/.perlpanel\*(C' and remove the Blackbox-specific elements, PerlPanel will automatically detect it and use it instead.

BBMenu will attempt to find an icon file for each entry in the menu. It does this by searching in common directories for a .png file that matches the program name. For example, if your menu has an entry for the c<foobar> program, BBMenu will look for a file called foobar.png. If you want to specify an icon to use for a program, you can do so by placing a copy of the image (or a symbolic link to it) in \*(C`$HOME/.perlpanel/icon-files\*(C'. The Clock applet shows the current time in a text form. Clicking on the applet will bring up a dialog with a calender for this month, and a page that lets you change the format used to render the time. The format used is that of the \s-1POSIX\s0 \*(C`strftime()\*(C' function. Consult the strftime manpage for an explanation of the formatting characters. This applet pops up a dialog box with an entry for a command to run. Clicking on the Configurator icon brings up a dialog that you can use to change various config settings. When you click the \s-1OK\s0 button the panel will reload.

The Panel tab contains various positioning and padding options for the panel itself.

You can add, remove and re-order applets on the panel from the 'Applets' tab. This applet displays the reported temperature of your computer's \s-1CPU\s0. You need to have a supported motherboard, and the \*(C`mbmon\*(C' program installed. The temperature can be displayed in Celsius, Fahrenheit or Kelvin. This applet lets you control removable storage media. When you click on the applet you will be shown a menu that lets you mount, unmount and eject any removable media that is attached to your computer. This applet gives you access to the standard Gnome applications menu.

By default, this applet reads the menu information from the \*(C`applications:\*(C' Gnome-VFS \s-1URI\s0. However you can change this \s-1URI\s0 to any that Gnome-VFS understands. Edit the \*(C`base\*(C' attribute of the applet's configuration. A Launcher applet shows a clickable button on the panel. When you click the button, the chosen program is run. Right-click to edit the settings for the launcher. The LoadMonitor applet shows the current \s-1CPU\s0 load on your system, as a percentage. You can click on the widget and bring up a dialog to change the update interval. By default, this is 100ms. This icon locks the screen so that others cannot access your files and programs while you are away from the keyboard. You must enter your password to unlock the screen. This applet requires that you have the XScreenSaver program installed. This applet provides an easy way to launch your bookmarked locations in the Nautilus file browser. The Notification Area applet displays icons from various applications to indicate activity in the application. For example, a mail client might place an icon in the applet to denote unread mail. This OpenBox menu applet shows your OpenBox root menu on the panel. Note: the OpenBoxMenu applet is not finished, and you may experience problems. Use with caution. The Pager allows you to switch between virtual desktops, and drag programs between desktops. The PanelPet applet shows an animation of a fish in a bowl. You can use any file you like. By default, PanelPet uses an animation from \s-1GNOME\s0's Fish applet. Right-click on the applet to configure it. Click on this icon brings up a menu containing files you've recently opened. When you select the file from the menu, it will be launched in the default program for that file type. This applet places a small combo box on the panel. When you type a command into the entry and press enter, the command will be run. This applet provides a way of placing some physical space between other applets. It adds a vertical separating line with five pixels of space on either side. This applet displays the total current number of work units completed for your Seti@Home account, and the progress on the current one. If you click on the applet you will be shown a configuration dialog allowing you to enter your account details. You can also check progress on a remote host using \s-1SSH\s0 - you may wish to register your \s-1SSH\s0 \s-1RSA/DSA\s0 key on the remote host so that you're not prompted for a password every time. This applet gives you a quick and simple way to launch remote shells - you can easily add shortcuts to your most frequently visited hosts, and open connections to them from the list. Clicking on the applet brings up a menu with list of accounts, and entries for adding and editing accounts.

By default, the ShellManager will invoke \s-1SSH\s0 using the \*(C`gnome-terminal\*(C' program. If you want to change this, edit the \*(C`terminal\*(C' attribute of the applet's configuration. This applet provides a button that minimises/restores all the applications that are visible, so you can see your desktop. The spacer applet creates a flexible space in the panel, expanding out to fill all the unused space. The Tasklist shows you all the programs currently visible on your desktop. You can click on the entries for each program to raise them to the top of the stack. You can right-click on them to bring up a context menu for maximising, minimising, shading and so on. This applet makes it easy to delete files and folders. Just drag an icon onto the applet widget and it will be moved to the Trash folder. The Volume applet lets you control the volume of your computer's speakers. Clicking on the button shows a popup window with a slider - as you move the slider, the volume will change. This applet loads an image from a website and displays it on your panel. If you click on the image you can see it full-size. If you right-click on the image you can configure the applet \s-1URL\s0 and update interval. This applet shows the signal strength of you wireless connection. This applet is an alternative to the Tasklist applet, which can sometimes use up a lot of space on the panel. This applet presents a simple icon button. Clicking on this button pops up a menu listing all the current windows. Click on a window's entry to raise it. This applet lets you control the \s-1XMMS\s0 media player. You need the XMMS-Perl libraries in order to use this applet.

This applet will also control the Beep Media Player.

Writing Applets

Applets are very easy to write - they're simple Perl scripts. If you want to learn how to write applets, consult perlpanel-applet-howto.

See Also

* perl\|(1)
* Gtk2
* XML::Simple
* Xmms::Remote

Copyright

Copyright (c) 2004 Gavin Brown.

PerlPanel is free software, you can use it and/or redistribute it under the terms of the \s-1GNU\s0 General Public License. See the \s-1COPYING\s0 file for more information

Author

Gavin Brown

Gavin Brown <[email protected]>.