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.

68 lines
1.1 KiB

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/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. command=/usr/lib/i3blocks/memory/memory | awk 'RN==1{print $1}'
  41. interval=30
  42. [temperature]
  43. command=/usr/lib/i3blocks/temperature/temperature
  44. label=
  45. interval=30
  46. [cpu_usage]
  47. #label=
  48. interval=30
  49. [volume]
  50. label=
  51. instance=Master
  52. #instance=PCM
  53. interval=once
  54. signal=1