#!/bin/bash #Control Center for BigLinux # #Authors: # Bruno Goncalves Araujo # #License: GPLv2 or later ################################################# #Category Background bigbash_categories_background="/usr/share/bigcontrolcenter/default/images/category-background.png" bigbash_categories_background_config="align=center width=300 height=50 CELLSPACING=10" #Category Fonts bigbash_categories_font="" #Category variabels open_categories='' close_categories='
' function bigbash_header() { mkdir ~/.bigcontrolcenter 2> /dev/null #Altera cor do background-over de acordo com a cor do KDE convert /usr/share/bigcontrolcenter/default/images/category-background-over.png -fill $(grep "^Palette.active=" ~/.config/Trolltech.conf | cut -f13 -d ",") -tint 100 ~/.bigcontrolcenter/category-background-over.png sed -e '/./{H;$!d;}' -e 'x;/\[qt\]/!d;s/filedialog.*//g;s/GUIEffects.*//g' ~/.config/Trolltech.conf > ~/.bigcontrolcenter/Trolltech.conf #Fim das alteracoes de cores das imagens echo ' ' } echo "$(/usr/share/bigbashview/system-css.sh.htm)" function bigbash_footer() { echo '
Copyleft BigLinux' }