Project

General

Profile

unexist.dev

subtle

Assorted tidbits and projects

New sublet placement

Free sublet placement and separators
Added by Christoph Kappel over 14 years ago

The current hg tip (1618) contains a new long awaited feature: Sublets can now be freely placed on both panels, to do so just insert the class name of sublet as symbol in one of the two panel arrays in the config.

So if you have the clock and the cpu sublet loaded you can do something like this:

PANEL = {
  :top       => [ :tray, :title, :spacer, :views ],
  :bottom    => [ :clock, :spacer, :cpu ]
}

There is also the :sublets symbol to catch all unplaced sublets.


Comments