Add pure-maps to app menu (and new map icon to 'sxmo_common.sh')
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
4e36154aef
commit
a10d556993
2 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,7 @@ programchoicesinit() {
|
||||||
$(command -v newsboat >/dev/null && echo "$icon_rss Newsboat ^ 0 ^ sxmo_terminal.sh newsboat")
|
$(command -v newsboat >/dev/null && echo "$icon_rss Newsboat ^ 0 ^ sxmo_terminal.sh newsboat")
|
||||||
$(command -v nnn >/dev/null && echo "$icon_dir Nnn ^ 0 ^ sxmo_terminal.sh nnn")
|
$(command -v nnn >/dev/null && echo "$icon_dir Nnn ^ 0 ^ sxmo_terminal.sh nnn")
|
||||||
$(command -v pidgin >/dev/null && echo "$icon_msg Pidgin ^ 0 ^ pidgin")
|
$(command -v pidgin >/dev/null && echo "$icon_msg Pidgin ^ 0 ^ pidgin")
|
||||||
|
$(command -v pure-maps >/dev/null && echo "$icon_map Pure-Maps ^ 0 ^ pure-maps")
|
||||||
$(command -v profanity >/dev/null && echo "$icon_msg Profanity ^ 0 ^ sxmo_terminal.sh profanity")
|
$(command -v profanity >/dev/null && echo "$icon_msg Profanity ^ 0 ^ sxmo_terminal.sh profanity")
|
||||||
$(command -v qutebrowser>/dev/null && echo "$icon_glb Qutebrowser ^ 0 ^ qutebrowser")
|
$(command -v qutebrowser>/dev/null && echo "$icon_glb Qutebrowser ^ 0 ^ qutebrowser")
|
||||||
$(command -v ranger >/dev/null && echo "$icon_dir Ranger ^ 0 ^ sxmo_terminal.sh ranger")
|
$(command -v ranger >/dev/null && echo "$icon_dir Ranger ^ 0 ^ sxmo_terminal.sh ranger")
|
||||||
|
|
|
@ -248,6 +248,8 @@ icon_pls=""
|
||||||
icon_key=""
|
icon_key=""
|
||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
icon_bok=""
|
icon_bok=""
|
||||||
|
# shellcheck disable=SC2034
|
||||||
|
icon_map=""
|
||||||
|
|
||||||
#allow the user to override icons
|
#allow the user to override icons
|
||||||
if [ -x "$XDG_CONFIG_HOME/sxmo/hooks/icons" ]; then
|
if [ -x "$XDG_CONFIG_HOME/sxmo/hooks/icons" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue