tmpm697 has quit [Remote host closed the connection]
Guest94 has joined #river
Guest94 has quit [Quit: Client closed]
waleee has joined #river
yyp has quit [Ping timeout: 252 seconds]
yyp has joined #river
yyp has quit [Ping timeout: 268 seconds]
yyp has joined #river
yyp has quit [Ping timeout: 268 seconds]
yyp has joined #river
tmpm697 has joined #river
leon-p has quit [Quit: leaving]
leon-p has joined #river
waleee has quit [Ping timeout: 272 seconds]
waleee has joined #river
tmpm697 has quit [Quit: Lost terminal]
novakane has quit [Quit: WeeChat 3.2]
yyp has quit [Remote host closed the connection]
Guest29 has joined #river
noopdecoder has joined #river
<Guest29>
If anyone has time for a support question... how do I add the title of the focused client to a bar such as waybar? I've seen code for river-status, which seems to do the job, but I don't see how to bridge the gap to waybar?
<leon-p>
Guest29: to interface with river using that protocol, you'll need to use a language that has wayland bindings
<leon-p>
since AFAIK the title of the focused window is not yet implemented in Waybar
<leon-p>
you could write a small client that listens for changes of that title and write them to stdout, you should be able to plug that into waybar
Guest29 has quit [Quit: Client closed]
Guest29 has joined #river
<Guest29>
Thanks for the help! I saw this: https://gitlab.com/snakedye/ristate which looks like it does what I want. Then just create a custom module for waybar?