Archive for August, 2010

Terminator color palettes

Bored of the normal everyday terminal colors? These can be easily changed by right clicking on the terminal window, clicking preferences and changing the colors:

You can see how my terminal colors are different than standard:

If you want to know where this information is stored on your filesystem:

#!/bin/bash
cat ~/.config/terminator/config

My current palette:

palette = "#2e3436:#cc0000:#4e9a06:#c4a000:#c48dff:#75507b:#06989a:#d3d7cf:#555753:#e52222:#a6e32d:#fc951e:#3465a4:#fa2573:#67d9f0:#f2f2f2"

The same can be done for gnome-terminal, but that stores it’s defaults in gconf. You can retrieve them using gconftool-2:

#!/bin/bash
gconftool-2 --all-entries /apps/gnome-terminal/profiles/Default

This is fun as these colors carry over into Vim etc, so when you are not using the graphical versions, you can still spice up your syntax highlighting.

Stylish desktop, new search engines

My Desktop
Read Seif’s post on his desktop, so I copied most of that style (original post) :

Desktop

I actually enabled compiz for the first time in a long time, and AMD’s linux drivers have come a long way since my critical posts a few years ago about them. Great to see the whole stack improving.

Default Search Engine
This week I switched over my default search engine to Duck Duck Go.


I really like it’s clean interface, and their attention to privacy and technology enthusiasm.

New Home Page
In addition, I updated my generic landing page using Python / Flask to pull feeds etc, I really like the simplicity of Flask and the well thought out design / documentation. I also published the source on github.