jgpicom upd
This commit is contained in:
parent
b2a9ef9cd1
commit
e1a5953519
@ -103,9 +103,11 @@ out+=("^sep($EDIT_TITLE)")
|
||||
if [ -f "$CONFFILE" ];then
|
||||
if [ ! "$(readlink $CONFFILE)" -ef "/dev/null" ];then
|
||||
out+=(" $EDIT,xdg-open $CONFFILE")
|
||||
if hash picom-conf 2>&1 >/dev/null
|
||||
if hash picom-conf 2>/dev/null
|
||||
then
|
||||
if [[ "$(readlink $CONFFILE)" != *jaskier.conf ]];then
|
||||
out+=(" $CONFIG_GUI,picom-conf")
|
||||
fi
|
||||
else
|
||||
out+=(" $INSTALL_GUI,pamac-installer picom-conf-git")
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user