From a5acd7fcd508e0e88ceea9648ca6f6fd9962910c Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Tue, 22 Jun 2021 14:57:11 +0200 Subject: [PATCH] made pmos-tweaks optional --- scripts/core/sxmo_appmenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_appmenu.sh b/scripts/core/sxmo_appmenu.sh index 15a8408..eebaaf8 100755 --- a/scripts/core/sxmo_appmenu.sh +++ b/scripts/core/sxmo_appmenu.sh @@ -151,7 +151,7 @@ programchoicesinit() { $icon_ror Rotate ^ 1 ^ sxmo_rotate.sh rotate $icon_upc Upgrade Pkgs ^ 0 ^ sxmo_terminal.sh sxmo_upgrade.sh $icon_cfg Edit configuration ^ 0 ^ sxmo_terminal.sh $EDITOR $XDG_CONFIG_HOME/sxmo/xinit - $icon_cfg Postmarketos Tweaks ^ 0 ^ GDK_SCALE=1 pmos-tweaks + $(command -v pmos-tweaks && echo "$icon_cfg PostmarketOS Tweaks ^ 0 ^ GDK_SCALE=1 pmos-tweaks") " WINNAME=Config ;;