[ Espaņol | English ]

Opaco

Another lightweight GTK+ panel

Introduction

Opaco is a light-weight panel developed in GTK+. Its main goal is to provide a full-featured desktop panel meanwhile using only a very small amount of system resources and offering stability and responsiveness.

Opaco Panel requires a NETWM (see Freedesktop) compliant window manager in order to run properly. Opaco Panel can be run in many instances as desired, with different configuration profiles which can be specified by the argument '-p'.

Configuration File

The default settings are located under the home directory, in the ~/.config subdirectory (according to the freedesktop standard). This file uses a very simple XML format. First, create the file and edit it:

~$ mkdir -p ~/.config/opaco
~$ touch ~/.config/opaco/default
~$ vi ~/.config/opaco/default

At least, the string <config></config> has to be present for Opaco Panel in order to start up. If only this option is present in the file, the panel will be displayed but nothing will be loaded on it. Opaco Panel works in a way that every single thing on it is called a "module". From launcher buttons to the systray, you will have to specify in the configuration file every single module that you want to load for that panel profile.

List of Modules

Download

Acknowledgements