3 -- Last Changed: Unknown
5 -- Example of floating toggleable statusbar
8 local floatsbscr
=ioncore
.find_screen_id(0)
11 floatsb
=floatsbscr
:attach_new
{
14 sizepolicy
='northwest',
20 local function toggle_floatsb()
21 floatsbscr
:set_hidden(floatsb
, 'toggle')
24 ioncore
.defbindings("WScreen", {
25 kpress(META
.."D", toggle_floatsb
)