tag 486649 wontfix thanks There is no reason for me to reimplement such a thing. You can accomplish this with conky:
Create a ~/.conkyrc with the following four lines:
own_window yes
own_window_class Conky
TEXT
$time load: $loadavg CPU: $freq(0) ${acpitemp}C BATT: $battery(0) MEM:
$mem/$memmax SWAP $swap/$swapmax
Then make sure that Conky is marked as a dockapp in layout.py:
def which_frame( self, client ):
(appname, appclass) = client.window.get_wm_class()
if "Conky" == appclass:
client.dockapp = True
return
And add 'conky&' to .xsession/.xinitrc
stew
signature.asc
Description: Digital signature

