re-add vboxes

master
Daniel Napora 2022-04-10 21:54:13 +02:00
parent 48f9ced9d5
commit 262493a353
1 changed files with 13 additions and 11 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash -l #!/bin/bash -l
# #
# mb-jgtools: Menu, Sidepanels, Screenshot Tool and Exit Dialog for Mabox # mb-jgtools: Menu, Sidepanels, Screenshot Tool and Exit Dialog for Mabox
# Copyright (C) 2019-2021 Daniel Napora <napcok@gmail.com> # Copyright (C) 2019-2022 Daniel Napora <napcok@gmail.com>
. $HOME/.config/mabox/mabox.conf . $HOME/.config/mabox/mabox.conf
jgmenu_theme=${jgmenu_theme:-obtheme} jgmenu_theme=${jgmenu_theme:-obtheme}
@ -211,14 +211,14 @@ EOF
cat <<EOF > $HOME/.config/jgmenu/append.csv cat <<EOF > $HOME/.config/jgmenu/append.csv
. ~/.config/mabox/mainmenu_below_apps.csv . ~/.config/mabox/mainmenu_below_apps.csv
^sep() #^sep()
$KEYS, mbhelper -s,key_bindings #$KEYS, mbhelper -s,key_bindings
^sep() #^sep()
$SCREENSHOT,mb-jgtools screenshot,emblem-photos #$SCREENSHOT,mb-jgtools screenshot,emblem-photos
^sep() #^sep()
$LOCKSCR,mbscreenlocker,system-lock-screen #$LOCKSCR,mbscreenlocker,system-lock-screen
^sep() #^sep()
$EXIT,mb-jgtools mblogout,system-shutdown #$EXIT,mb-jgtools mblogout,system-shutdown
^tag($SETTINGS) ^tag($SETTINGS)
. ~/.config/mabox/settings.csv . ~/.config/mabox/settings.csv
@ -667,7 +667,9 @@ fi
[[ $places_jglockscreen == true || -z ${places_jglockscreen} ]] && jglockscreen="<big></big> $LOCKSCREEN,^pipe(jglockscreen -r)" && pipesep="^sep($PIPEMENUS)" [[ $places_jglockscreen == true || -z ${places_jglockscreen} ]] && jglockscreen="<big></big> $LOCKSCREEN,^pipe(jglockscreen -r)" && pipesep="^sep($PIPEMENUS)"
# VBOXES # VBOXES
#[[ $places_vboxes == true ]] && vboxes=". $HOME/.config/mabox/vboxes.csv" || vboxes="" if [[ -x "$(command -v VBoxManage)" ]]; then
[[ $places_vboxes == true ]] && vboxes=". $HOME/.config/mabox/vboxes.csv" || vboxes=""
fi
mkconfigfile mkconfigfile
@ -696,7 +698,7 @@ $softwarepipe
$tint2pipe $tint2pipe
$conkypipe $conkypipe
#${vboxes} ${vboxes}
. $HOME/.config/mabox/places-append.csv . $HOME/.config/mabox/places-append.csv
EOF EOF