Small typo

This commit is contained in:
Salt 2019-06-22 03:09:28 -05:00
parent 4899b234b4
commit 98989385dd

View File

@ -223,7 +223,7 @@ EOF
[ -z "\$DISPLAY" ] [ -z "\$DISPLAY" ]
: :
# Note: the dumb sleep hack is because Conky crashes with window_type override if the WM hasn't loaded yet # Note: the dumb sleep hack is because Conky crashes with window_type override if the WM hasn't loaded yet
# This gives the Wm ample time to load up # This gives the WM ample time to load up
command -v conky && [ -r "\${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky.conf" ] command -v conky && [ -r "\${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky.conf" ]
sleep 5 && conky sleep 5 && conky
EOF EOF