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.

172 lines
2.9 KiB

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