You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
980 B

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. # Please see man i3blocks for a complete reference!
  2. # The man page is also hosted at http://vivien.github.io/i3blocks
  3. # Global properties
  4. separator_block_width=15
  5. command=/usr/lib/i3blocks/$BLOCK_NAME
  6. #[agenda]
  7. #interval=60
  8. [ssid]
  9. #command=echo " $(iw dev wlp4s0 link | grep SSID | cut -d " " -f 2-)"
  10. command=/usr/lib/i3blocks/iface
  11. color=#00FF00
  12. separator=false
  13. interval=10
  14. [iface]
  15. instance=wlp4s0
  16. color=#00FF00
  17. interval=10
  18. #[battery]
  19. #label=
  20. #command=/usr/lib/i3blocks/battery
  21. #interval=30
  22. #instance=1
  23. #[battery]
  24. #label=⚡
  25. #command=/usr/lib/i3blocks/battery
  26. #interval=30
  27. #instance=1
  28. #[battery]
  29. #label=⚡
  30. #command=/usr/lib/i3blocks/battery
  31. #interval=30
  32. #instance=1
  33. [time]
  34. label=
  35. command=date "+%m-%d-%Y %l:%M %p"
  36. interval=5
  37. [memory]
  38. label=
  39. command=free -m | awk 'NR==2{printf "%.1fG", $3/1024 }'
  40. interval=30
  41. [temperature]
  42. label=
  43. interval=30
  44. [cpu_usage]
  45. #label=
  46. interval=30
  47. [volume]
  48. label=
  49. instance=Master
  50. #instance=PCM
  51. interval=once
  52. signal=1