show window title in swaybar. set title in prompt
This commit is contained in:
parent
e0a1aa3162
commit
75c5b20eb7
2 changed files with 3 additions and 3 deletions
.config/i3blocks
|
@ -3,7 +3,7 @@ separator_block_width=40
|
|||
|
||||
[window]
|
||||
align=left
|
||||
command=swaymsg -t subscribe -m '["window"]' | jq --unbuffered -M -r '.container.name' | stdbuf -oL cut -c -80 | stdbuf -oL sed -e 's/ *$//'
|
||||
command=swaymsg -t subscribe -m '["window"]' | stdbuf -oL jq --unbuffered -M -r '.container.name // empty' | stdbuf -oL cut -c -80 | stdbuf -oL sed -e 's/ *$//'
|
||||
interval=persist
|
||||
background=#000000cc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue