Dotfiles for my tiling window manager + terminal workflow.
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.

171 lines
2.9 KiB

  1. # The top properties below are applied to every block, but can be overridden.
  2. # Each block command defaults to the script name to avoid boilerplate.
  3. align=center
  4. command=~/.config/i3blocks/scripts/$BLOCK_NAME
  5. separator=true
  6. separator_block_width=25
  7. markup=pango
  8. # color=#d1e7ff
  9. # color=#acc0cd
  10. color=#cbe4ff
  11. # color=$foreground
  12. # color="${foreground}"
  13. # color="$(echo $foreground)"
  14. # [time]
  15. # label=
  16. # # label=🕓
  17. # # command=date '+%H:%M.%a-%m-%d'
  18. # interval=30
  19. # # color=#acc0cd
  20. [volume]
  21. interval=once
  22. signal=1
  23. interval=60
  24. [calendar]
  25. interval=30
  26. label=
  27. DATEFMT=+%H:%M
  28. # SHORTFMT=+%H:%M:%S
  29. HEIGHT=180
  30. WIDTH=220
  31. # unbold this?
  32. # [load_average]
  33. # label=
  34. # interval=5
  35. # color=#990000
  36. [temperature]
  37. label=
  38. interval=5
  39. # [cpu_usage -w 50 -c 80]
  40. [cpu_usage]
  41. label=
  42. # color=#990000
  43. interval=5
  44. [memory]
  45. label=
  46. # color=#3da061
  47. interval=5
  48. # [wifi]
  49. # label=
  50. # instance=wlp4s0
  51. # interval=10
  52. [name]
  53. label=
  54. interval=30
  55. # unused blocks {{{ #
  56. # [memory]
  57. # label=SWAP
  58. # instance=swap
  59. # separator=false
  60. # interval=30
  61. # Disk usage
  62. #
  63. # The directory defaults to $HOME if the instance is not specified.
  64. # The script may be called with a optional argument to set the alert
  65. # (defaults to 10 for 10%).
  66. # [disk]
  67. # label=HOME
  68. # #instance=/mnt/data
  69. # interval=30
  70. # Network interface monitoring
  71. #
  72. # If the instance is not specified, use the interface used for default route.
  73. # The address can be forced to IPv4 or IPv6 with -4 or -6 switches.
  74. # [iface]
  75. # #instance=wlan0
  76. # color=#00FF00
  77. # interval=10
  78. # separator=false
  79. # [bandwidth]
  80. # #instance=eth0
  81. # interval=5
  82. # Battery indicator
  83. #
  84. # The battery instance defaults to 0.
  85. # [battery]
  86. # label=BAT
  87. # #label=⚡
  88. # #instance=1
  89. # interval=30
  90. # Generic media player support
  91. #
  92. # This displays "ARTIST - SONG" if a music is playing.
  93. # Supported players are: spotify, vlc, audacious, xmms2, mplayer, and others.
  94. #[mediaplayer]
  95. #instance=spotify
  96. #interval=5
  97. #signal=10
  98. # OpenVPN support
  99. #
  100. # Support multiple VPN, with colors.
  101. #[openvpn]
  102. #interval=20
  103. # Temperature
  104. #
  105. # Support multiple chips, though lm-sensors.
  106. # The script may be called with -w and -c switches to specify thresholds,
  107. # see the script for details.
  108. #[temperature]
  109. #label=TEMP
  110. #interval=10
  111. # Key indicators
  112. #
  113. # Add the following bindings to i3 config file:
  114. #
  115. # bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks
  116. # bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks
  117. #[keyindicator]
  118. #instance=CAPS
  119. #interval=once
  120. #signal=11
  121. #[keyindicator]
  122. #instance=NUM
  123. #interval=once
  124. #signal=11
  125. # }}} unused blocks #
  126. # list of properties {{{ #
  127. # i3blocks config file
  128. #
  129. # Please see man i3blocks for a complete reference!
  130. # The man page is also hosted at http://vivien.github.io/i3blocks
  131. #
  132. # List of valid properties:
  133. #
  134. # align
  135. # color
  136. # command
  137. # full_text
  138. # instance
  139. # interval
  140. # label
  141. # min_width
  142. # name
  143. # separator
  144. # separator_block_width
  145. # short_text
  146. # signal
  147. # urgent
  148. # }}} properties #