on *:start:{ statusbar }
alias ktl { .return dlls\ktools.dll }
alias statusbar {
dll $ktl CreateSb .
dll $ktl SbSetParts 165 335 485 630 780 1022 -1
dll $ktools SbAddIcon $mircdirPics\icons\userlist.ico
dll $ktools SbAddIcon $mircdirPics\icons\Block OS Hard Drive.ico
dll $ktools SbAddIcon $mircdirPics\icons\Block OS Dial-Up Networking.ico
dll $ktools SbAddIcon $mircdirPics\icons\Block OS Favorites.ico
dll $ktools SbAddIcon $mircdirPics\icons\icon.ico
dll $ktools SbSetIcon 0 > 0
dll $ktools SbSetIcon 1 > 1
dll $ktools SbSetIcon 2 > 2
dll $ktools SbSetIcon 3 > 3
dll $ktools SbSetIcon 4 > 4
dll $ktl SbSetText 0 > asdf > Nickname: $scid($activecid).me $iif($scid($activecid).away == $true,(Away))
dll $ktl SbSetText 1 > asdf > Ram: $remove($dll(dlls\moo.dll,meminfo,_),usage:)
dll $ktl SbSetText 2 > asdf > Uptime: $duration($calc($ticks / 1000))
dll $ktl SbSetText 3 > asdf > Free Space: $round($calc(($disk©.free)/1073741824),2) $+ Gb
dll $ktl SbSetText 4 > asdf > Windows: $os
dll $ktl PbSetParts 6 50 0 100
}
ty