Fix erroneous conky launch test

This commit is contained in:
Salt 2019-06-21 08:19:57 -05:00
parent 5be7923570
commit b663527988

View File

@ -163,7 +163,7 @@ EOF
cat << EOF > "$g_configdir/x-stat-glances" cat << EOF > "$g_configdir/x-stat-glances"
[ -z "\$DISPLAY" ] [ -z "\$DISPLAY" ]
: :
command -v conky && [ -f "\${XDG_CONFIG_HOME}/conky/conky.conf" ] command -v conky && [ -f "\${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky.conf" ]
conky conky
EOF EOF
# X window managers # X window managers