Fix erroneous conky launch test
This commit is contained in:
parent
5be7923570
commit
b663527988
@ -163,7 +163,7 @@ EOF
|
||||
cat << EOF > "$g_configdir/x-stat-glances"
|
||||
[ -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
|
||||
EOF
|
||||
# X window managers
|
||||
|
Loading…
Reference in New Issue
Block a user