Gwibber themes
// May 1st, 2009 // p.u.c & p.u-uk.org
I’m using gwibber for keeping up with identi.ca and twitter. I mainly use an eeepc while at home, so to get a couple more dents on screen I’ve recently been using the defaultsmall theme. This theme isn’t quite as nice to my eyes as the default theme though, it makes the background darker for one thing. I’ve patched the defaultsmall theme to use the background colours from the default theme.
Kudos to the gwibber team for making this so easy to do, it’s just a case of editing some css. I think I’ve spent more time blogging about it than doing it. There’s a list of gwibber themes if you’re looking for a change or inspiration. I encourage anyone more creative than myself to create their own gwibber themes.
To use my “realdefaultsmall” theme
-
mkdir -p ~/.local/share/gwibber/ui/themes/
-
cd ~/.local/share/gwibber/ui/themes/
-
wget http://www.deansas.org/blog/wp-content/uploads/2009/05/realdefaultsmall.tar.gz
-
tar xzf realdefaultsmall.tar.gz
- Start gwibber, open the preferences and choose realdefaultsmall from the theme list





Actually, you can’t do it like that if you already have the themes directory. Best just download it, and then move it to the themes directory – and make it at that stage if you don’t already have it.
wget http://www.deansas.org/blog/wp-content/uploads/2009/05/realdefaultsmalltar.gz
cd ~/.local/share/gwibber/ui/themes/
if ‘no such file or directory’ then mkdir -p ~/.local/share/gwibber/ui/themes/
@Ben why won’t that work if you already have the directory? mkdir won’t create the directory if it already exists..
awesome theme, thanks for the tip.
The name of the file is wrong though, realdefaultsmalltar.gz
in your last step you say the file is a .tar.gz
tar xzf realdefaultsmall.tar.gz
thanks again
Thanks for the corrections. That’ll teach me to double-check any instructions!
Thanks for this tip, I will link to it for those looking to use other themes in replacement of the defualt one.
Your instruction is easy to follow. Great stuff
[...] Vamos a ver un ejemplo con el tema realdefaultsmall: [...]
I just love the way it has been made easy for anyone to make a gwibber theme. Thanks to CSS and webkit, I too made a new one – Gwibbiquity – http://ideamonk.blogspot.com/2009/08/gwibbiquity-theme-for-gwibber.html