mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 03:35:41 +02:00
examples: dwl-tags: adapt parsing of output to recent DWL changes(?)
Closes #178
This commit is contained in:
parent
acc20913ef
commit
5fc092a874
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ while true; do
|
|||
inotifywait -qq --event modify "${fname}"
|
||||
|
||||
# Get info from the file
|
||||
output="$(tail -n4 "${fname}")"
|
||||
output="$(tail -n6 "${fname}")"
|
||||
title="$(echo "${output}" | grep title | cut -d ' ' -f 3- )"
|
||||
#selmon="$(echo "${output}" | grep 'selmon')"
|
||||
layout="$(echo "${output}" | grep layout | cut -d ' ' -f 3- )"
|
||||
|
|
Loading…
Add table
Reference in a new issue