Changeset 36316

Show
Ignore:
Timestamp:
12/30/09 19:12:52 (3 years ago)
Author:
shyouhei
Message:

update

Location:
dotfiles/screen/shyouhei/.screen
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/screen/shyouhei/.screen/leaf

    r36314 r36316  
    3030 
    3131# default screens 
    32  
     32chdir 
    3333screen -t zsh 0 zsh -l 
    3434 
  • dotfiles/screen/shyouhei/.screen/logmonitor.rb

    r36314 r36316  
    2727                        rescue Exception => e 
    2828                                M.synchronize do 
    29                                         push 'exception', Time.now, esc('+bB RI', e.message) 
     29                                        push 'exception', Time.now, attribute('bB RI', e.message) 
    3030                                        e.backtrace.each do |i| 
    31                                                 push 'trace', Time,now, i 
     31                                                push 'trace', Time.now, i 
    3232                                        end 
    3333                                end 
     
    8686 
    8787i = A.first 
    88 backtick 3 do 
     88backtick 2 do 
    8989        M.synchronize do 
    9090                j, i = i.car, i.cdr 
  • dotfiles/screen/shyouhei/.screen/netmonitor.rb

    r36314 r36316  
    4242        end 
    4343        memo=a 
    44         ["in:", color("= dB") { bps ein }, 
    45          " out:",color("= dR") { bps eout },].join 
     44        ["in:", attribute(' dB', bps(ein)), 
     45         " out:", attribute(' dR', bps(eout)),].join 
    4646end 
    4747 
  • dotfiles/screen/shyouhei/.screen/stem2

    r36314 r36316  
    66hardstatus ignore 
    77caption always "%{= dd}%0`%=net %1`%=[%Y/%M/%d(%D) %02C:%s %A]%{= dd}" 
    8 backtick 0 2 3 sudo ruby thermonitor.rb 
    9 backtick 1 6 0 ruby netmonitor.rb 
     8backtick 0 0 0 sudo ruby thermonitor.rb 
     9backtick 1 0 0 ruby netmonitor.rb 
    1010 
    1111screen screen -qUmc stem1