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"
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user