You are not logged in.
Pages: 1
I use ttys a lot concurrent with an x session, however when I do stay out of X for longer periods of time, I miss the gnome-panel status stuff, like date and time and so on and probably most importantly, just the feeling that the screen is 'anchored' with that bar at the top. I've tried using GNU Screen but (at least as far as i can tell) it is too restrictive: I can't have a status bar at the top and besides it seems to monopolize certain keys like the F-keys which makes for instance htop harder to use.
Does anyone have any ideas? I don't really need a lot of functionality just 'lo-fi-candy'.
Offline
doesnt really solve your 'anchored' problem but you could put the date and time in your prompt with the P1 variable
Offline
dvtm
Offline
I use ttys a lot concurrent with an x session, however when I do stay out of X for longer periods of time, I miss the gnome-panel status stuff, like date and time and so on and probably most importantly, just the feeling that the screen is 'anchored' with that bar at the top. I've tried using GNU Screen but (at least as far as i can tell) it is too restrictive: I can't have a status bar at the top and besides it seems to monopolize certain keys like the F-keys which makes for instance htop harder to use.
Does anyone have any ideas? I don't really need a lot of functionality just 'lo-fi-candy'.
AFAIK screen doesn't bind any F-keys unless you tell it to. As previously mentioned, you may be looking for dvtm.
archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson
Offline
Thanks for the tip. I've installed it and it's looking good - well, sorta don't much like the colors and so on - but this might present a problem:
dvtm is customized by creating a custom config.h and (re)compiling the
source code. This keeps it fast, secure and simple.
I'll guess I'll have to try using ABS and see what it yields...
Last edited by chochem (2008-12-19 18:25:28)
Offline
You actually can have the screen hardstatus bar at the top, BUT it is defined at the compilation time, and you can have all information that you can gather with a shellscript in it using bactick.
For instance, i have a script to show my battery life:
backtick 3 30 30 /home/augusto/.bin/screen_battery
hardstatus string "%3`"
Last edited by hack.augusto (2008-12-19 18:33:41)
Offline
Pages: 1