
Efficient-single
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is the 'single' derivative of the Efficient style. This style does not use the notorious "Flag:TransformAllMessages" trick.
Advantages:
- uses less resources (mem and cpu)
- (maybe) runs on older Kopetes
Disadvantages:
- cannot lump messages together (a.k.a. continued messages feature), so:
- less sexy
- less compact
- less clean looking
See the second screenshot to know what im talking about.
See the original here:
http://kde-look.org/content/show.php?content=26318
### Install instructions ###
Installing this style very easy! Below you find several ways to install it... Hopefully one of them is to your likings :)
## the 'easy' way
Go to Kopete -> Settings -> Configure Kopete -> Appearance -> ChatWindow -> click "Import" button
Fill in this URL for Efficient:
http://kde-look.org/content/download.php?content=26318&id=1
Or this URL for Efficient-single:
http://kde-look.org/content/download.php?content=30386&id=1
click OK, and there it is. To get rid of the shitty name you can 'Copy' it to a different name and then 'Delete' the original.
## the generic way
click the download link on this site and put the file in:
~/.kde/share/apps/kopete/styles/
## the console way (the ruling way)
just copy paste this -- as one line -- to your console and all should work well:
mkdir -p ~/.kde/share/apps/kopete/styles/ && wget http://kde-look.org/content/files/26318-Efficient.xsl -O ~/.kde/share/apps/kopete/styles/Efficient.xsl
## the KNewStuff way
this theme should also be in KNewStuff. if you don't know what that means try one of the above ways :)
Let me know what you think of it!
And don't forget to VOTE :)
Cheers!
Cies Breijs.
Special thanks to benJIman for beeing my kopete test buddy!
15 years ago
## 2005.11.13 ##
1.6 -- added a conversation header with the date in it (+mod optioin), and a full timstamp modification option
## 2005.10.19 ##
1.5 -- initial release (same version as the original)
15 years ago
## 2005.11.13 ##
1.6 -- added a conversation header with the date in it (+mod optioin), and a full timstamp modification option
## 2005.10.19 ##
1.5 -- initial release (same version as the original)
TheJoker
15 years ago
I used this command to install the Efficient-single theme.
mkdir -p ~/.kde/share/apps/kopete/styles/ && wget http://kde-look.org/content/files/30386-Efficient-single.xsl -O ~/.kde/share/apps/kopete/styles/Efficient-single.xsl
Thanks!
Report