As some of you may know, screen offers an ability to have a "taskbar"-like bar that is always present and helps navigating around windows, etc. I find this bar irreplaceable.
**Quel est le best configuration you've seen or one that you think is the most optimal/useful?**
Mine is described and explained here: [Supercharge Your GNU Screen With A Power "Taskbar" And Never Feel Lost Again](http://beerpla.net/2009/10/06/supercharge-your-gnu-screen-with-a-power-taskbar-and-never-feel-lost-again/)
Qu'est-ce que the best GNU écran "taskbar" you've used/seen?
Re: Qu'est-ce que the best GNU écran "taskbar" you've used/seen?
Here is mine:
```
hardstatus alwayslastline "%{b kw}%H %{r}%1` %{w}| %{g}%c %{w}| %{y}%d.%m.%Y %{w}| %{g}%l %{w}| %{-b kw}%u %-Lw%{= rW}%50> %n%f %t %{-}%+Lw%<"
```
host | time | date | load average | obligatory window
I am unable to remember where I got this hardstatus or if I adapt it from an existing one.
```
hardstatus alwayslastline "%{b kw}%H %{r}%1` %{w}| %{g}%c %{w}| %{y}%d.%m.%Y %{w}| %{g}%l %{w}| %{-b kw}%u %-Lw%{= rW}%50> %n%f %t %{-}%+Lw%<"
```
host | time | date | load average | obligatory window
I am unable to remember where I got this hardstatus or if I adapt it from an existing one.