From 6cab36c476536c607ea15271cf44966aec8d7400 Mon Sep 17 00:00:00 2001 From: FieldofClay <7278759+FieldofClay@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:39:01 +1100 Subject: [PATCH] fix documentation typos --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f14e3cd..cf60575 100644 --- a/README.md +++ b/README.md @@ -44,23 +44,19 @@ It can be used as a title widget in Eww with config similar to below. (defwidget bar0 [] (box - ...other config... (window0) - ...other config... ) ) (defwidget bar1 [] (box - ...other config... (window1) - ...other config... ) ) ``` ### Advanced Mode -Pass the wildcard "_" as the only argument and it will follow all monitors and output active window title information in json to stdount. +Pass the wildcard "_" as the only argument and it will follow all monitors and output active window title information in json to stdout. ``` ./hyprland-activewindow _ ``` @@ -89,4 +85,4 @@ This allows simplified Eww config similar to this: (window :monitor 1) ) ) -``` \ No newline at end of file +```