You are not logged in.
anyone have anything cool for these... here's mine:
caption always "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
hardstatus alwayslastline " [ %H ] %{wb} %c:%s | %d.%m.%Y %{wr} Load: %l %{wb} %w "
and later on when I'm bored, I'm going to add some backtick stuff so I can get wireless link quality...
I've been meaning to switch the whole -Lw,+Lw thing (because it's complicated) to something more like:
[ %n%f* %t ] %W
which will list the current window always on the left, then all except the current after that...
I'll post screenies when I can...
I'm just in a mood to mess with things like this... so, post away
Offline
.screenrc
hardstatus string "%{+b Rk}(%{-b g}$LOGNAME@%H%{+b R}) (%{-b g}%C %a%{+b R}) %{-b g} %n %t"
hardstatus alwayslastline
vbell on
A bit boring, but I like it.
"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍
Offline
It would be nice if you explained what was actually on it, .
thanks:
iphitus
Offline
It would be nice if you explained what was actually on it
it's not too hard to understand... "man screen"
%{......} are colors
%H is host
%t is window title
the rest you'd just have to look up...
Offline
raise from the dead! here's mine.
# remove all attributes, set colors to default: %{= dd}
# 24h time, protected by absolute marker: %c %06=
# windows before current: %-Lw
# truncation position marker, with '...': %40L>
# push bold, current window, then restore from stack: %{+b}%n*%f %t%{-}
# windows after current: %+Lw
# truncate from previous absolute marker: %<
hardstatus string '%{= dd}%c %06=%-Lw%40L>%{+b}%n*%f%t%{-}%+Lw%<'
what's nice:
- it has a fixed part on the left, with the clock
- it adds '...' clue on side(s) where it has truncated the window list
- it resets colors at the beginnig, so as to have fake transparency too in e.g rxvt
I then modified it a bit with a backtick, a few cosmetic chars, and added some colors (for battery level). too bad we can't put the caption bar on top
Last edited by lloeki (2008-06-25 16:21:11)
To know recursion, you must first know recursion.
Offline
backtick 10 1 60 "whoami"
backtick 20 1 300 "arch_update.py"
shelltitle "$ | zsh"
# [user@hostname] updates :: any system updates [screen 0] [screen 1]...
hardstatus alwayslastline "%{.kK}[%10`@%H] updates :: %20`%=%-w[%n %t]%+w"
presents
the first backtick is pretty useless but oh well.
edit: WOW old thread...
Last edited by rson451 (2008-06-25 17:10:31)
archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson
Offline
hardstatus string '%{= kK}%{w}%H %{K}%= %{= kw}%?%-Lw%?%{B}(%{W}%n*%f %t%?(%u)%?%{B})%{w}%?%+Lw%?%?%= %{K}%{B} %{w}%c%{K}'
Offline