From 401ca22d464ebc3a943227423148e8ad748fe4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Sat, 1 May 2021 01:37:14 +0700 Subject: [PATCH] Add gomuks to apps launcher Signed-off-by: Maarten van Gompel --- scripts/core/sxmo_appmenu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/core/sxmo_appmenu.sh b/scripts/core/sxmo_appmenu.sh index 0789205..9d9ae74 100755 --- a/scripts/core/sxmo_appmenu.sh +++ b/scripts/core/sxmo_appmenu.sh @@ -70,6 +70,7 @@ programchoicesinit() { $(command -v gedit >/dev/null && echo "$icon_edt Gedit ^ 0 ^ gedit") $(command -v geeqie >/dev/null && echo "$icon_img Geeqie ^ 0 ^ geeqie") $(command -v giara >/dev/null && echo "$icon_red Giara ^ 0 ^ giara") + $(command -v gomuks >/dev/null && echo "$icon_msg Gomuks ^ 0 ^ st -e gomuks") $(command -v gucharmap >/dev/null && echo "$icon_inf Gucharmap ^ 0 ^ gucharmap") $(command -v hexchat >/dev/null && echo "$icon_msg Hexchat ^ 0 ^ hexchat") $(command -v htop >/dev/null && echo "$icon_cfg Htop ^ 0 ^ st -e htop")