From 73a747682a4587d78d908adedb5dcaf0ec79730b Mon Sep 17 00:00:00 2001 From: Allen <63997543+aaw3@users.noreply.github.com> Date: Tue, 1 Aug 2023 09:28:26 -0500 Subject: [PATCH] Update README to have valid dbus path for example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 686cbb3..619c00a 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ main = do [D.nameAllowReplacement, D.nameReplaceExisting, D.nameDoNotQueue] -- Example of setting up logging for the first two screens - xmonad $ def { logHook = dynamicLogWithPP (myLogHook dbus 0 "DP-2") <+> dynamicLogWithPP (myLogHook dbus 1 "DP-0") } + xmonad $ def { logHook = dynamicLogWithPP (myLogHook dbus 0 "DP_2") <+> dynamicLogWithPP (myLogHook dbus 1 "DP_0") } -- Override the PP values as you would otherwise, adding colors etc depending -- on the statusbar used