[Konsole-devel] [Bug 80725] wish: colour in tabbar text
Kurt V.Hindenburg
kurt.hindenburg at kdemail.net
Wed Jan 5 06:10:09 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=80725
kurt.hindenburg kdemail net changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|wish: colour in |wish: colour in tabbar text
|PROMPT_COMMAND |
------- Additional Comments From kurt.hindenburg kdemail net 2005-01-05 07:10 -------
You can change the icon for each session. Currently, su is red icon and mc is blue icon. You can;t change the color of the tab text which is what you really want. I would suggest change the tab text to something descriptive for what that shell is doing. Perhaps * for root and + for ssh, etc.... this can be done via DCOP calls...
dcop konsole-8507 session-1 renameSession whatever
or by using some combo of...
..that you can let Konsole set the current directory as the window title?
For Bash, put 'export PS1=$PS1"\[\e]0;\H:\w\a\]"' in your ~/.bashrc .
...that you can let Konsole set the current directory as the session name?
For Bash, put 'export PS1=$PS1"\[\e]30;\H:\w\a\]"' in your ~/.bashrc .
Anyway, adding color to the tab text is unlikely anytime soon...
More information about the konsole-devel
mailing list