Advertisement
ayygiocasta

i3blocks.conf

Jul 28th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. # i3blocks config file
  2.  
  3. command=/usr/lib/i3blocks/$BLOCK_NAME
  4. separator_block_width=15
  5. markup=none
  6.  
  7. [volume]
  8. label=VOL
  9. instance=Master
  10. interval=once
  11. signal=10
  12. color=#fc5d7f
  13.  
  14. [wifi]
  15. interval=10
  16. separator=false
  17.  
  18.  
  19.  
  20. [battery]
  21. label=BAT
  22. interval=30
  23.  
  24. [time]
  25. command=date '+%Y/%m/%d %H:%M:%S'
  26. interval=1
  27. color=#fc5d7f
  28.  
  29. [mediaplayer]
  30. instance=ncmpcpp
  31. interval=5
  32. signal=10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement