Changeset 36316
- Timestamp:
- 12/30/09 19:12:52 (3 years ago)
- Location:
- dotfiles/screen/shyouhei/.screen
- Files:
-
- 4 modified
-
leaf (modified) (1 diff)
-
logmonitor.rb (modified) (2 diffs)
-
netmonitor.rb (modified) (1 diff)
-
stem2 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/screen/shyouhei/.screen/leaf
r36314 r36316 30 30 31 31 # default screens 32 32 chdir 33 33 screen -t zsh 0 zsh -l 34 34 -
dotfiles/screen/shyouhei/.screen/logmonitor.rb
r36314 r36316 27 27 rescue Exception => e 28 28 M.synchronize do 29 push 'exception', Time.now, esc('+bB RI', e.message)29 push 'exception', Time.now, attribute('bB RI', e.message) 30 30 e.backtrace.each do |i| 31 push 'trace', Time ,now, i31 push 'trace', Time.now, i 32 32 end 33 33 end … … 86 86 87 87 i = A.first 88 backtick 3do88 backtick 2 do 89 89 M.synchronize do 90 90 j, i = i.car, i.cdr -
dotfiles/screen/shyouhei/.screen/netmonitor.rb
r36314 r36316 42 42 end 43 43 memo=a 44 ["in:", color("= dB") { bps ein },45 " out:", color("= dR") { bps eout },].join44 ["in:", attribute(' dB', bps(ein)), 45 " out:", attribute(' dR', bps(eout)),].join 46 46 end 47 47 -
dotfiles/screen/shyouhei/.screen/stem2
r36314 r36316 6 6 hardstatus ignore 7 7 caption always "%{= dd}%0`%=net %1`%=[%Y/%M/%d(%D) %02C:%s %A]%{= dd}" 8 backtick 0 2 3sudo ruby thermonitor.rb9 backtick 1 60 ruby netmonitor.rb8 backtick 0 0 0 sudo ruby thermonitor.rb 9 backtick 1 0 0 ruby netmonitor.rb 10 10 11 11 screen screen -qUmc stem1
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)