commented on a Page, Status Bar DCX   -  Jan 16, 2012

thought I would share Mine with you all

on *:START: { r.sb }
on *:ACTIVE:*:{ u.sb }

alias r.sb { xstatusbar  -A 1 notheme | .timer -m 2 8 u.sb }
alias u.sb {
  var %s xstatusbar, %c 12
  %s -f +ab ansi 10 Calibri
  %s -k $color($color(listbox))
  %s -l 150 300 250 250 100%

  ;Content
  %s -t 1 +fn 1 %c $network
  %s -t 2 +fn 2 %c System Uptime: $uptime(system,1)
  %s -t 3 +fn 3 %c mIRC Uptime: $uptime(mirc,1)
  %s -t 4 +fn 4 %c Whisper: $iif($hget(info,nwhisper),$+([,$numtok($hget(info,nwhisper),44),]) $hget(info,nwhisper),[0] Zero New Whispers)
  %s -t 5 1 5  

  ;Gen Icons
  %s -w + 0 icons\chatcore.ico
  %s -w + 0 icons\info.ico
  %s -w + 0 icons\mirc.ico
  %s -w + 0 icons\whisper.ico 
  %s -w + 0 icons\write.ico
}

Note You MUST have the DCX tools alias or this will not work!!!

  • Change the icon file path to the icons you wish to use.
  • Change content as you see the need for
  • Change the %c var to the font color you wish to use.
    Screenshot for those that wanted to see what it looks like.
  • http://dl.dropbox.com/u/6355058/screenshots/typing.png

    I Edit this to reflect something I learned

  • f flag info thanks to err0r thanks dude :P
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.