software-pipemenu updated
parent
4a7265b7f6
commit
038b8c3853
|
@ -70,7 +70,7 @@ menuSubmenu 'internet' 'Internet'
|
|||
internet=('chromium' 'firefox' 'opera' 'thunderbird' 'dropbox')
|
||||
for curApp in "${internet[@]}"; do
|
||||
if ! type "$curApp" &> /dev/null; then
|
||||
menuItem "$INSTALL ${curApp^}" "terminator --title='$INSTALLING ${curApp^}' --command='sudo pacman -S $curApp'"
|
||||
menuItem "$INSTALL ${curApp^}" "pamac-installer $curApp"
|
||||
else
|
||||
menuItem "$LAUNCH ${curApp^}" "$curApp"
|
||||
fi
|
||||
|
@ -81,7 +81,7 @@ menuSubmenu 'multimedia' 'Multimedia'
|
|||
multimedia=('kodi' 'audacious' 'vlc' 'smplayer' 'simplescreenrecorder')
|
||||
for curApp in "${multimedia[@]}"; do
|
||||
if ! type "$curApp" &> /dev/null; then
|
||||
menuItem "$INSTALL ${curApp^}" "terminator --title='$INSTALLING ${curApp^}' --command='sudo pacman -S $curApp'"
|
||||
menuItem "$INSTALL ${curApp^}" "pamac-installer $curApp"
|
||||
else
|
||||
menuItem "$LAUNCH ${curApp^}" "$curApp"
|
||||
fi
|
||||
|
@ -92,7 +92,7 @@ menuSubmenu 'grafika' "$GRAPHICS"
|
|||
grafika=('gimp' 'inkscape' 'blender')
|
||||
for curApp in "${grafika[@]}"; do
|
||||
if ! type "$curApp" &> /dev/null; then
|
||||
menuItem "$INSTALL ${curApp^}" "terminator --title='$INSTALLING ${curApp^}' --command='sudo pacman -S $curApp'"
|
||||
menuItem "$INSTALL ${curApp^}" "pamac-installer $curApp"
|
||||
else
|
||||
menuItem "$LAUNCH ${curApp^}" "$curApp"
|
||||
fi
|
||||
|
@ -102,7 +102,7 @@ menuSubmenu 'gry' "$GAMES"
|
|||
gry=('playonlinux' 'steam-manjaro' 'wesnoth')
|
||||
for curApp in "${gry[@]}"; do
|
||||
if ! type "$curApp" &> /dev/null; then
|
||||
menuItem "$INSTALL ${curApp^}" "terminator --title='$INSTALLING ${curApp^}' --command='sudo pacman -S $curApp'"
|
||||
menuItem "$INSTALL ${curApp^}" "pamac-installer $curApp"
|
||||
else
|
||||
menuItem "$LAUNCH ${curApp^}" "$curApp"
|
||||
fi
|
||||
|
@ -112,7 +112,7 @@ menuSubmenu 'system' "System"
|
|||
system=('manjaro-printer' 'bleachbit' 'virtualbox')
|
||||
for curApp in "${system[@]}"; do
|
||||
if ! type "$curApp" &> /dev/null; then
|
||||
menuItem "$INSTALL ${curApp^}" "terminator --title='$INSTALLING ${curApp^}' --command='sudo pacman -S $curApp'"
|
||||
menuItem "$INSTALL ${curApp^}" "pamac-installer $curApp"
|
||||
else
|
||||
menuItem "$LAUNCH ${curApp^}" "$curApp"
|
||||
fi
|
||||
|
@ -122,7 +122,7 @@ menuSubmenu 'office' "$OFFICE"
|
|||
system=('abiword' 'gnumeric' 'libreoffice-still' 'libreoffice-fresh' 'cherrytree' 'zim')
|
||||
for curApp in "${system[@]}"; do
|
||||
if ! type "$curApp" &> /dev/null; then
|
||||
menuItem "$INSTALL ${curApp^}" "terminator --title='$INSTALLING ${curApp^}' --command='sudo pacman -S $curApp'"
|
||||
menuItem "$INSTALL ${curApp^}" "pamac-installer $curApp"
|
||||
else
|
||||
menuItem "$LAUNCH ${curApp^}" "$curApp"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue