#!/bin/bash #Control Center for BigLinux # #Authors: # Bruno Goncalves Araujo # #License: GPLv2 or later ################################################# if [ "$(ps -A | grep plasma-desktop)" != "" ] then /usr/share/bigbashview/kde-css.sh.htm else /usr/share/bigbashview/gtk-css.sh.htm fi