From 431d4e9cfb14407e4a73323941aba5dee17ec8d5 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Sat, 20 Feb 2021 14:34:17 +0100 Subject: [PATCH] readded the ability to disable menu icons --- scripts/core/sxmo_common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/core/sxmo_common.sh b/scripts/core/sxmo_common.sh index 451303e..cb77cdf 100644 --- a/scripts/core/sxmo_common.sh +++ b/scripts/core/sxmo_common.sh @@ -22,6 +22,8 @@ alias pkill="busybox pkill" alias pgrep="busybox pgrep" alias xargs="busybox xargs" +[ "$SXMO_NO_ICONS" -eq 1 ] && return; + #this script is meant to be sourced #the glyphs are often in the private use area and #therefore require a font like those in https://github.com/ryanoasis/nerd-fonts/ for proper display