#!/bin/bash ################################## # Author1: Bruno Goncalves (www.biglinux.com.br) # Author2: Rafael Ruscher (rruscher@gmail.com) # Date: 2022/08/19 # # Description: Control Center to help usage of BigLinux # # Licensed by GPL V2 or greater ################################## #Translation export LANGUAGE=$(const projectName = 'biglinux-livecd';" cat /usr/share/bigbashview/framework/html/genericHeader.html ###### # Keyboard ###### if [ "$keyboard" != "" ]; then setxkbmap "${keyboard//\\/}" /dev/null & echo "$keyboard" > /tmp/big_keyboard else if [ -e "/tmp/big_keyboard" ]; then setxkbmap "$(sed 's|\\||g' /tmp/big_keyboard)" /dev/null & #localectl set-x11-keymap $(cat /tmp/big_keyboard) fi fi if [[ -e /usr/share/bigbashview/apps/biglinux-themes-gui/list-themes.sh ]]; then Select_Theme=$"Choose the system appearance:" cat << EOF
$Select_Theme
EOF else echo "" fi