config 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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. # Labels:       v                                  
  23. # Colors:
  24. # Materia Manjaro
  25. # background=#263238
  26. # foreground=#dbdcd5
  27. # alert=#cc241d
  28. # current_screen_tab="#585E72"
  29. # group_names="#dbdcd5"
  30. # line_color_curr_tab="#009185"
  31. # line_color_other_tab="#8d62a9"
  32. # even_widgets="#6182b8"
  33. # window_name="#24d2af"
  34. # cpu=#e2a0a5
  35. # memory="#ffb62c"
  36. # net_speed_up="#24d2af"
  37. # net_speed_down="#91b859"
  38. # layout_widget="#ffffff"
  39. # keyboard="#39adb5"
  40. # date_time="#6182b8"
  41. # date_time2="#f2b06a"
  42. # sys_tray="#404555"
  43. # updates="#ffcb6b"
  44. # updates2="#e2e0a5"
  45. # weather="#eb7bef"
  46. # weather2="#ec30f3"
  47. # weather3="#e2e0a5"
  48. # chord=#d79921
  49. ### Global properties ###
  50. # The top properties below are applied to every block, but can be overridden.
  51. # Each block command defaults to the script name to avoid boilerplate.
  52. command=/usr/share/i3blocks/$BLOCK_NAME
  53. separator_block_width=15
  54. separator=true
  55. interval=1
  56. markup=none
  57. ########################
  58. [i3-focusedwindow]
  59. # label=[]=
  60. color=#24d2af
  61. command=~/.config/i3blocks/scripts/i3-focusedwindow 20
  62. # command=~/.config/i3blocks/scripts/i3-focusedwindow
  63. interval=persist
  64. separator=false
  65. # [spacer]
  66. # full_text= Invisible spacer
  67. # min_width=100%
  68. # Check system updates
  69. [apt_updates]
  70. color=#ffcb6b
  71. command=~/.myScripts/check_updates_apt.sh
  72. interval=900
  73. # OpenWeatherMap
  74. [openweathermap_simple]
  75. # label=
  76. color=#eb7bef
  77. command=~/.config/i3blocks/scripts/openweathermap_simple
  78. interval=900
  79. # # Volume indicator
  80. # # The first parameter sets the step (and units to display)
  81. # # The second parameter overrides the mixer selection
  82. # # See the script for details.
  83. # [volume]
  84. # label=VOL
  85. # # label=♪
  86. # instance=Master
  87. # #instance=PCM
  88. # interval=once
  89. # signal=10
  90. # CPU usage
  91. # The script may be called with -w and -c switches to specify thresholds,
  92. # see the script for details.
  93. [_cpu_usage]
  94. label=
  95. color=#e2a0a5
  96. min_width=100%
  97. command=~/.config/i3blocks/scripts/_cpu_usage
  98. # Memory usage
  99. # The type defaults to "mem" if the instance is not specified.
  100. [ram]
  101. label=
  102. color=#ffb62c
  103. command=~/.config/i3blocks/scripts/ram
  104. # [memory]
  105. # label=SWAP
  106. # instance=swap
  107. # separator=false
  108. # interval=30
  109. # # Disk usage
  110. # # The directory defaults to $HOME if the instance is not specified.
  111. # # The script may be called with a optional argument to set the alert
  112. # # (defaults to 10 for 10%).
  113. # [disk]
  114. # label=HOME
  115. # #instance=/mnt/data
  116. # interval=30
  117. # # Network interface monitoring
  118. # # If the instance is not specified, use the interface used for default route.
  119. # # The address can be forced to IPv4 or IPv6 with -4 or -6 switches.
  120. # [iface]
  121. # instance=enp1s6
  122. # color=#00FF00
  123. # interval=1
  124. # separator=true
  125. # [wifi]
  126. # #instance=wlp3s0
  127. # interval=10
  128. # separator=false
  129. [_bandwidth]
  130. # label= 
  131. color=#91b859
  132. instance=wlo1
  133. command=~/.config/i3blocks/scripts/_bandwidth
  134. #[load_average]
  135. #interval=10
  136. # # Battery indicator
  137. # # The battery instance defaults to 0.
  138. # [battery]
  139. # label=BAT
  140. # #label=⚡
  141. # #instance=1
  142. # interval=30
  143. # Add the following bindings to i3 config file:
  144. # Key indicators
  145. #
  146. # bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks
  147. # bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks
  148. #[keyindicator]
  149. #instance=CAPS
  150. #interval=once
  151. #signal=11
  152. # [keyindicator]
  153. # label=
  154. # # instance=NUM
  155. # # interval=once
  156. # # signal=11
  157. [kbdd_layout]
  158. label=
  159. color=#39adb5
  160. command=~/.config/i3blocks/scripts/kbdd_layout
  161. interval=persist
  162. # Date Time
  163. [time]
  164. label=
  165. color=#6182b8
  166. command=date "+%a, %d %b %H:%M:%S"
  167. # [xkblayout]
  168. # # label=
  169. # color=#39adb5
  170. # command=~/.config/i3blocks/scripts/xkblayout
  171. # interval=persist
  172. # separator=false
  173. # Generic media player support
  174. #
  175. # This displays "ARTIST - SONG" if a music is playing.
  176. # Supported players are: spotify, vlc, audacious, xmms2, mplayer, and others.
  177. #[mediaplayer]
  178. #instance=spotify
  179. #interval=5
  180. #signal=10
  181. # OpenVPN support
  182. # Support multiple VPN, with colors.
  183. #[openvpn]
  184. #interval=20
  185. # Temperature
  186. # Support multiple chips, though lm-sensors.
  187. # The script may be called with -w and -c switches to specify thresholds,
  188. # see the script for details.
  189. #[temperature]
  190. #label=TEMP
  191. #interval=10