Zmodyfikowana wersja rozszerzenia tabbed dla rxvt-unicode, której najistotniejszą funkcjonalnością jest wygasanie oznaczenia aktywności, tzn. zależnie od tego jak długo nic się nie dzieje w tabie, pokazują się różne znaczki, zamiast domyślnej stałej gwiazdki.
Modified version of tabbed rxvt-unicode extension featuring activity mark timeouts, that is depending on length of the silence on a tab a different mark is used rather then a constant asterisk.
StephenB z forum Archa dodał kolejne zmiany i opublikował je na githubie. Warto rzucić okiem również i no tę wersję.
StephenB from Arch forum added some additional improvements and posted them on github. You might want to give it a look.
- Depending on time of last activity, activity character differs. By default, after 4 seconds an asterisk becomes a plus sing, after next 4 it becomes a colon, and finally, after another 8 seconds it becomes a dot. This can be configured via tabbar-timeouts resource. It's format is: ( <timeout> ":" <character> ":" )* <timeout> ":" <character> ":" where <timeout> is timeout in seconds and <character> is a single activity character.
- The [NEW] button can be disabled (who on Earth uses mouse to create new tab anyway?) by setting new-button resource to yes.
- If title resource is set to true, tab's title is displayed after last button. This is handy if you have terminal with no window decorations. Colours can be configured via title-fg and title-bg.
- Incorporated Alexey Semenko (asemenko at gmail.com) patch adding autohide resource. If it's true tab bar is hidden if there is no more then one tab opened.
- Tabs are indexed in starting with zero hex. :] If you're such a geek to use urxvt it shouldn't be a problem for you and it saves few character when many tabs are opened.
- As a minor modification: Final pipe character is removed (unless title is displayed). This make tab bar look nicer.