Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.84 KB | None | 0 0
  1. # i3blocks config file
  2. #
  3. # Please see man i3blocks for a complete reference!
  4. # The man page is also hosted at http://vivien.github.io/i3blocks
  5. #
  6. # List of valid properties:
  7. #
  8. # align
  9. # color
  10. # command
  11. # full_text
  12. # instance
  13. # interval
  14. # label
  15. # min_width
  16. # name
  17. # separator
  18. # separator_block_width
  19. # short_text
  20. # signal
  21. # urgent
  22.  
  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/lib/i3blocks/$BLOCK_NAME
  28. separator_block_width=30
  29. #separator_block_height=30
  30. markup=none
  31. #align=center
  32. color=#83d0c9
  33.  
  34. # Volume indicator
  35. #
  36. # The first parameter sets the step (and units to display)
  37. # The second parameter overrides the mixer selection
  38. # See the script for details.
  39. [volume]
  40. #label=VOL
  41. label=♪
  42. instance=Master
  43. instance=PCM
  44. #interval=once
  45. signal=10
  46.  
  47. [Info]
  48. label=
  49. command=echo -e ARCH
  50. interval=30
  51. color=#5555FF
  52.  
  53. [battery]
  54. label=GreyTeam —
  55. command=echo -e Obelisk
  56. interval=5
  57. color=#00FFCA
  58.  
  59. #[Kernel]
  60. #label=
  61. #command=uname -r
  62. #color=#FFFFFF
  63. #interval=once
  64.  
  65.  
  66. [Mem]
  67. #label=
  68. #command=echo -e " `free -mh | awk '/^Mem/ {print $3}'` used"  
  69. #interval=10
  70. #color=#CCCCCC
  71.  
  72. [volume]
  73. label=
  74. command=/usr/lib/i3blocks/volume
  75. interval=1
  76. signal=10
  77. color=#4EFF00
  78.  
  79. # Memory usage
  80. #
  81. # The type defaults to "mem" if the instance is not specified.
  82. #memory]
  83. #label=MEM
  84. #separator=false
  85. #interval=30
  86.  
  87. #[memory]
  88. #label=SWAP
  89. #instance=swap
  90. #separator=false
  91. #interval=30
  92.  
  93. # Disk usage
  94. #
  95. # The directory defaults to $HOME if the instance is not specified.
  96. # The script may be called with a optional argument to set the alert
  97. # (defaults to 10 for 10%).
  98. #[disk]
  99. #label=HOME
  100. #instance=/mnt/data
  101. #interval=30
  102.  
  103. # Network interface monitoring
  104. #
  105. # If the instance is not specified, use the interface used for default route.
  106. # The address can be forced to IPv4 or IPv6 with -4 or -6 switches.
  107. #[iface]
  108. #instance=wlan0
  109. #color=#00FF00
  110. #interval=10
  111. #separator=false
  112.  
  113. [iface]
  114. label=
  115. instance=wlp3s0
  116. color=#00FFFF
  117. interval=10
  118. separator=true
  119. color=#adff00
  120.  
  121. #[wifi]
  122. #label=
  123. #instance=wlp3s0
  124. #interval=10
  125. #separator=false
  126.  
  127. [bandwidth]
  128. label=
  129. instance=wlp3s0
  130. interval=1
  131. color=#83d0c9
  132.  
  133. # CPU usage
  134. #
  135. # The script may be called with -w and -c switches to specify thresholds,
  136. # see the script for details.
  137. #[cpu_usage]
  138. #label=CPU
  139. #interval=10
  140. #min_width=CPU: 100.00%
  141. #separator=false
  142.  
  143. #[load_average]
  144. #interval=10
  145.  
  146. # Battery indicator
  147. #
  148. # The battery instance defaults to 0.
  149. [battery]
  150. #label=BAT
  151. #label=⚡
  152. instance=0
  153. interval=1
  154. color=#00FFCA
  155. #[time]
  156. #label=
  157. #command=date '+%a %d-%m-%y  %T'
  158. #interval=1
  159. #color=#50C878
  160.  
  161. # Date Time
  162. #
  163. #[time]
  164. #command=date '+%Y-%m-%d %H:%M:%S'
  165. #interval=5
  166.  
  167. # Generic media player support
  168. #
  169. # This displays "ARTIST - SONG" if a music is playing.
  170. # Supported players are: spotify, vlc, audacious, xmms2, mplayer, and others.
  171. #[mediaplayer]
  172. #instance=spotify
  173. #interval=5
  174. #signal=10
  175.  
  176. # OpenVPN support
  177. #
  178. # Support multiple VPN, with colors.
  179. [openvpn]
  180. interval=20
  181. color=#DF7401
  182.  
  183. # Temperature
  184. #
  185. # Support multiple chips, though lm-sensors.
  186. # The script may be called with -w and -c switches to specify thresholds,
  187. # see the script for details.
  188. #[temperature]
  189. #label=TEMP
  190. #interval=10
  191.  
  192. # Key indicators
  193. #
  194. # Add the following bindings to i3 config file:
  195. #
  196. # bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks
  197. # bindsym --release Num_Lock  exec pkill -SIGRTMIN+11 i3blocks
  198. #[keyindicator]
  199. #instance=CAPS
  200. #interval=once
  201. #signal=11
  202.  
  203. #[keyindicator]
  204. #instance=NUM
  205. #interval=once
  206. #signal=11
  207.  
  208. [kbd]
  209. interval=1
  210. command=xset -q|grep LED| awk '{ if (substr ($10,5,1) == 1) print "RU"; else print "EN"; }'
  211.  
  212. [time]
  213. label=
  214. command=date '+%a %d-%m-%y  %T'
  215. interval=1
  216. color=#50C878к
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement