From 8defd7f4c8ba288056b8ec7d2a61d8e1c827acaa Mon Sep 17 00:00:00 2001 From: Yecine Megdiche Date: Tue, 5 Oct 2021 19:36:39 +0200 Subject: [PATCH] xmonadpropread.hs: Update X.H.DynamicLog references --- scripts/xmonadpropread.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xmonadpropread.hs b/scripts/xmonadpropread.hs index 5ee04f18..f6b62bf5 100755 --- a/scripts/xmonadpropread.hs +++ b/scripts/xmonadpropread.hs @@ -7,7 +7,7 @@ -- -- Reads from an X property on the root window and writes to standard output. -- --- May be used together with XMonad.Hooks.DynamicLog.xmonadPropLog and a +-- May be used together with XMonad.Hooks.StatusBar.xmonadPropLog and a -- status bar that doesn't support reading from properties itself, such as -- dzen. --