Skip to content

Commit

Permalink
fix documentation typos
Browse files Browse the repository at this point in the history
  • Loading branch information
FieldofClay committed Jan 26, 2024
1 parent f42db87 commit 6cab36c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 _
```
Expand Down Expand Up @@ -89,4 +85,4 @@ This allows simplified Eww config similar to this:
(window :monitor 1)
)
)
```
```

0 comments on commit 6cab36c

Please sign in to comment.