update
parent
621d956e5e
commit
1b79a20b9d
|
@ -17,6 +17,7 @@ if [[ -x "$(command -v VBoxManage)" ]]; then
|
|||
{
|
||||
printf "%b\n" "^sep($VBOXES)"
|
||||
printf "%b\n" "VirtualBox GUI,virtualbox"
|
||||
printf "%b\n" "^sep()"
|
||||
}> $HOME/.config/mabox/vboxes.csv
|
||||
VBoxManage list -s vms | cut -f 2 -d "\"" | sort -f | while read vm
|
||||
do
|
||||
|
|
2
bin/mcc
2
bin/mcc
|
@ -61,7 +61,7 @@ case $LANG in
|
|||
MT_MNGR_DESC="\nMotyw Maboxa składa się z:\n - tapety\n - wystroju GTK2/GTK3\n - motywu Openboxa\n - ustawień panelu Tint2\n - uruchamianych automatycznie Conky\n\nZa pomocą menedżera motywów możesz w wygodny sposób zapisywać swoje konfiguracje Maboxa, a następnie dowolnie przełączać się między nimi.\n"
|
||||
;;
|
||||
*)
|
||||
MCC="\t\t\t\t\t\t\t <big>Mabox Control Center</big>\n\t\t\t\t\t "
|
||||
MCC="\t\t\t\t\t\t\t <big>Mabox Control Center</big>\n\t\t\t\t\t Configure and customize your Mabox"
|
||||
SYSTEM="System/Hardware"
|
||||
LOCALE_SETTINGS="Locale Settings"
|
||||
LANGUAGE_PACKAGES="Language Packages"
|
||||
|
|
Loading…
Reference in New Issue