#!/bin/bash #Translation export TEXTDOMAINDIR="/usr/share/locale" export TEXTDOMAIN=biglinux-themes # Don't group windows xprop -id "$(xprop -root '\t$0' _NET_ACTIVE_WINDOW | cut -f 2)" -f WM_CLASS 8s -set WM_CLASS "$$" # Import BigControlCenter base modules / Importa os módulos básicos do BigControlCenter # That's include jquery and materialize / Isso inclui o jquery e o materialize # http://materializecss.com/ . /usr/share/bigbashview/bcc/shell/base.sh theme_actual="$(cat "$HOME/.big_desktop_theme")" if [ "$theme_actual" = "" ]; then biglinux-themes.sh --apply arc checked_arc="checked" fi if [ "$theme_actual" = "arc" ]; then checked_arc="checked" fi if [ "$theme_actual" = "adapta" ]; then checked_adapta="checked" fi if [ "$theme_actual" = "dark" ]; then checked_dark="checked" fi echo '
' echo '