You are not logged in.
Pages: 1
A minimum example of a working clickable launcher line to pipe to lemonbar is something my google-foo is not able to find today, any working examples?
This
echo "%{A:terminator:} urxvt %{A}" | ./lemonbar -p
will just echo to stdout.
edit: this
echo "%{A:thunar &:} thunar %{A}" | ./lemonbar -p | while read line; do eval "$line"; done &
is working, but probably not exactly the way to go.
Last edited by brontosaurusrex (2016-07-27 19:36:17)
Online
Pages: 1