You are not logged in.
Hi,
I am using dzen2 from official repos with openbox. I do not seem to be able to use clickable areas in slave windows. Moreover, if multiple lines are specified, the title click area does not respond
This works
(echo "^ca(1, echo 'TITLE')TITLE^ca()") | dzen2 -p -l 5This doesn't
(echo "^ca(1, echo 'TITLE')TITLE^ca()"; echo -e "one\ntwo\nthree") | dzen2 -p -l 5neither does this.
(echo "TITLE"; echo "^ca(1, echo 'SLAVE')SLAVE^ca()") | dzen2 -p -l 5What am I doing wrong?
Last edited by easysid (2014-02-04 17:14:06)
Desktop screenshots :: Origami :: github
Offline
Using dzen2-git from AUR solves this issue. Can anyone else please confirm this so that the wiki can be updated?
Desktop screenshots :: Origami :: github
Offline