#!/bin/bash

if [ "`gconftool-2 --get "/apps/hedley_launcher/system_information_visible"`" == "false" ]; then
    wmctrl -k on
    gconftool-2 --set "/apps/hedley_launcher/system_information_visible" --type bool true
    hedley-system-information
    gconftool-2 --set "/apps/hedley_launcher/system_information_visible" --type bool false
fi
