From 98989385dd0b7f5a37f8cadb3b7c483e8be4541f Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 22 Jun 2019 03:09:28 -0500 Subject: [PATCH] Small typo --- firestarter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firestarter b/firestarter index 28c2648..fb38443 100755 --- a/firestarter +++ b/firestarter @@ -223,7 +223,7 @@ EOF [ -z "\$DISPLAY" ] : # 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" ] sleep 5 && conky EOF