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
3.0 KiB

6 years ago
6 years ago
  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=/home/kevin/linux-config/configs/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. # unbold this?
  21. # [load_average]
  22. # label=
  23. # interval=5
  24. # color=#990000
  25. # [cpu_usage -w 50 -c 80]
  26. [cpu_usage]
  27. label=
  28. # color=#990000
  29. interval=5
  30. [memory]
  31. label=
  32. # color=#3da061
  33. interval=5
  34. [wifi]
  35. label=
  36. instance=wlp4s0
  37. interval=10
  38. [name]
  39. # label=🎅
  40. label=
  41. # color=#ba50a9
  42. # color=#1e5b99
  43. # color="$foreground"
  44. # interval=6000
  45. interval=30
  46. # unused blocks {{{ #
  47. # Volume indicator
  48. #
  49. # The first parameter sets the step (and units to display)
  50. # The second parameter overrides the mixer selection
  51. # See the script for details.
  52. # [volume]
  53. # label=VOL
  54. # #label=♪
  55. # instance=Master
  56. # #instance=PCM
  57. # interval=once
  58. # signal=10
  59. # [memory]
  60. # label=SWAP
  61. # instance=swap
  62. # separator=false
  63. # interval=30
  64. # Disk usage
  65. #
  66. # The directory defaults to $HOME if the instance is not specified.
  67. # The script may be called with a optional argument to set the alert
  68. # (defaults to 10 for 10%).
  69. # [disk]
  70. # label=HOME
  71. # #instance=/mnt/data
  72. # interval=30
  73. # Network interface monitoring
  74. #
  75. # If the instance is not specified, use the interface used for default route.
  76. # The address can be forced to IPv4 or IPv6 with -4 or -6 switches.
  77. # [iface]
  78. # #instance=wlan0
  79. # color=#00FF00
  80. # interval=10
  81. # separator=false
  82. # [bandwidth]
  83. # #instance=eth0
  84. # interval=5
  85. # Battery indicator
  86. #
  87. # The battery instance defaults to 0.
  88. # [battery]
  89. # label=BAT
  90. # #label=⚡
  91. # #instance=1
  92. # interval=30
  93. # Generic media player support
  94. #
  95. # This displays "ARTIST - SONG" if a music is playing.
  96. # Supported players are: spotify, vlc, audacious, xmms2, mplayer, and others.
  97. #[mediaplayer]
  98. #instance=spotify
  99. #interval=5
  100. #signal=10
  101. # OpenVPN support
  102. #
  103. # Support multiple VPN, with colors.
  104. #[openvpn]
  105. #interval=20
  106. # Temperature
  107. #
  108. # Support multiple chips, though lm-sensors.
  109. # The script may be called with -w and -c switches to specify thresholds,
  110. # see the script for details.
  111. #[temperature]
  112. #label=TEMP
  113. #interval=10
  114. # Key indicators
  115. #
  116. # Add the following bindings to i3 config file:
  117. #
  118. # bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks
  119. # bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks
  120. #[keyindicator]
  121. #instance=CAPS
  122. #interval=once
  123. #signal=11
  124. #[keyindicator]
  125. #instance=NUM
  126. #interval=once
  127. #signal=11
  128. # }}} unused blocks #
  129. # list of properties {{{ #
  130. # i3blocks config file
  131. #
  132. # Please see man i3blocks for a complete reference!
  133. # The man page is also hosted at http://vivien.github.io/i3blocks
  134. #
  135. # List of valid properties:
  136. #
  137. # align
  138. # color
  139. # command
  140. # full_text
  141. # instance
  142. # interval
  143. # label
  144. # min_width
  145. # name
  146. # separator
  147. # separator_block_width
  148. # short_text
  149. # signal
  150. # urgent
  151. # }}} properties #