Advertisement
hectorcastelli

Bonsai.sh on conky

Mar 18th, 2019
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. conky.config = {
  2.  
  3. ...
  4.  
  5. color1= 'edb163',
  6. color2= 'eda563',
  7. color3= '86ed63',
  8. color4= 'a1ed63',
  9. color5= '70ed63'
  10. }
  11.  
  12. conky.text = [[
  13. ...
  14.  
  15.  
  16. ${color grey}${execi 360 fortune -a -s -n 230}
  17.  
  18. ${execpi 360 /opt/bonsai-sh/bonsai.sh -n -L 38 -b 2 | sed "s,c,color,g"}
  19.  
  20. ...
  21. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement