fbpanel

fbpanel is a lightweight NETWM compliant desktop panel.

Installing

Install the fbpanelAUR package.

Starting

If you want to start fbpanel with your X session, add the following line to your ~/.xinitrc before the line where you start your window manager:

fbpanel &

Configuration

You can find the configuration file in ~/.config/fbpanel. If it does not exist, copy over the default configuration file:

$ mkdir ~/.config/fbpanel
$ cp /usr/share/fbpanel/default ~/.config/fbpanel

wincmd plugin (show desktop button)

This plugin is enabled by default, but it might not show up because it cannot find an existing icon. In that case, change the icon path to one that points to an existing icon. You can also use an image as its icon. In that case, replace the icon key with image:

Plugin {
    type = wincmd
    config {
        image = ~/images/my_image.png
        tooltip = Left click to iconify all windows. Middle click to shade them.
    }
}
gollark: I'd recommend against unicode stuff in CC, though.
gollark: Delta is such an overused greek letter...
gollark: ^ Delta
gollark: reee nonsense
gollark: reee prefix anything with `reee` and it's obviously totally valid
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.