readded the ability to disable menu icons
This commit is contained in:
parent
295af30993
commit
431d4e9cfb
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ alias pkill="busybox pkill"
|
||||||
alias pgrep="busybox pgrep"
|
alias pgrep="busybox pgrep"
|
||||||
alias xargs="busybox xargs"
|
alias xargs="busybox xargs"
|
||||||
|
|
||||||
|
[ "$SXMO_NO_ICONS" -eq 1 ] && return;
|
||||||
|
|
||||||
#this script is meant to be sourced
|
#this script is meant to be sourced
|
||||||
#the glyphs are often in the private use area and
|
#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
|
#therefore require a font like those in https://github.com/ryanoasis/nerd-fonts/ for proper display
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue