Join for FREE | Take the Tour Lost Password?
[x]

deviantART

 

Comment on 010408 by ~Mister-Fish

Devious Comments

:iconbiacho:
Can you make available this screenshot_into_gimp script ?? :)
:iconmister-fish:
Certainly can ;)

It's quite simple really...

#!/bin/bash
echo "GTK2: `gconftool-2 --get /desktop/gnome/interface/gtk_theme`"
echo "Metacity: `gconftool-2 --get /apps/metacity/general/theme`"
echo "Icons: `gconftool-2 --get /desktop/gnome/interface/icon_theme`"
echo "Titlebar Font: `gconftool-2 --get /apps/metacity/general/titlebar_font`"
echo "Application Font: `gconftool-2 --get /desktop/gnome/interface/font_name`"
echo "Terminal Font: `gconftool-2 --get /apps/gnome-terminal/profiles/Default/font`"
echo
head -2 /etc/lsb-release |cut -d"=" -f2 | cowsay ; scrot %d%m%y.png -d 5 -c -e 'gimp $f'

Site Map