Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
To repozytorium jest zarchiwizowane. Możesz wyświetlać pliki i je sklonować, ale nie możesz do niego przepychać zmian lub otwierać zgłoszeń/Pull Requestów.

108 wiersze
1.8KB

  1. {{ ansible_managed | comment }}
  2. # i3blocks config file
  3. #
  4. # Please see man i3blocks for a complete reference!
  5. # The man page is also hosted at http://vivien.github.io/i3blocks
  6. #
  7. # List of valid properties:
  8. #
  9. # align
  10. # color
  11. # command
  12. # full_text
  13. # instance
  14. # interval
  15. # label
  16. # min_width
  17. # name
  18. # separator
  19. # separator_block_width
  20. # short_text
  21. # signal
  22. # urgent
  23. # Global properties
  24. #
  25. # The top properties below are applied to every block, but can be overridden.
  26. # Each block command defaults to the script name to avoid boilerplate.
  27. command=/usr/share/i3blocks/$BLOCK_NAME
  28. separator_block_width=15
  29. markup=none
  30. # activity
  31. [activity]
  32. command=cat ~/.timer/activity.i3blocks
  33. interval=once
  34. markup=pango
  35. signal=1
  36. # hostinfo
  37. [hostinfo]
  38. command=echo "$USER@`hostname -s`"
  39. interval=once
  40. # Load Average
  41. [load_average]
  42. interval=10
  43. # CPU usage
  44. #
  45. # The script may be called with -w and -c switches to specify thresholds,
  46. # see the script for details.
  47. #[cpu_usage]
  48. #label=CPU
  49. #interval=10
  50. #min_width=CPU: 100.00%
  51. # Memory usage
  52. #
  53. # The type defaults to "mem" if the instance is not specified.
  54. [memory]
  55. label=MEM
  56. separator=false
  57. interval=30
  58. [memory]
  59. label=SWAP
  60. instance=swap
  61. interval=30
  62. # Disk usage
  63. #
  64. # The directory defaults to $HOME if the instance is not specified.
  65. # The script may be called with a optional argument to set the alert
  66. # (defaults to 10 for 10%).
  67. #[disk]
  68. #label=HOME
  69. #instance=/mnt/data
  70. #interval=30
  71. # Battery indicator
  72. #
  73. # The battery instance defaults to 0.
  74. [battery]
  75. #label=BAT
  76. label=⚡
  77. #instance=1
  78. interval=30
  79. # Volume indicator
  80. #
  81. # The first parameter sets the step (and units to display)
  82. # The second parameter overrides the mixer selection
  83. # See the script for details.
  84. [volume]
  85. #label=VOL
  86. label=♪
  87. instance=Master
  88. #instance=PCM
  89. interval=once
  90. signal=10
  91. # Date Time
  92. #
  93. [time]
  94. command=date '+%Y-%m-%d W%V %a %H:%M %Z'
  95. interval=5