i3blocks.conf 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. # i3blocks config file changed for EndeavourOS-i3 setup
  2. # source is available here:
  3. # https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/.config/i3/i3blocks.conf
  4. # Maintainer: joekamprad [joekamprad@endeavouros.com]
  5. # Former Visual Designer: Florent Valetti [@FLVAL EndeavourOS]
  6. # created for i3wm setup on EndeavourOS
  7. # https://endeavouros.com
  8. # cheatsheet for icon fonts used on the block-bar:
  9. # https://fontawesome.com/v4.7/cheatsheet/
  10. # --> to update this run the following command:
  11. # wget --backups=1 https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/.config/i3/i3blocks.conf -P ~/.config/i3/
  12. # Please see man i3blocks for a complete reference!
  13. # The man page is also hosted at http://vivien.github.io/i3blocks
  14. # List of valid properties:
  15. #
  16. # align
  17. # color
  18. # command
  19. # full_text
  20. # instance
  21. # interval
  22. # label
  23. # min_width
  24. # name
  25. # separator
  26. # separator_block_width
  27. # short_text
  28. # signal
  29. # urgent
  30. # Global properties
  31. #
  32. # The top properties below are applied to every block, but can be overridden.
  33. separator=false
  34. markup=pango
  35. [terminal]
  36. full_text= 
  37. color=#807dfe
  38. command=i3-msg -q exec xfce4-terminal
  39. [browser]
  40. full_text= 
  41. color=#ff7f81
  42. command=i3-msg -q exec firefox
  43. [files]
  44. full_text= 
  45. color=#7f3fbf
  46. command=i3-msg -q exec thunar ~/
  47. #[mail]
  48. #full_text= 
  49. #color=#dbcb75
  50. #command=i3-msg -q exec thunderbird
  51. [simple-2]
  52. full_text=: :
  53. color=#717171
  54. # Disk usage
  55. #
  56. # The directory defaults to $HOME if the instance is not specified.
  57. # The script may be called with a optional argument to set the alert
  58. # (defaults to 10 for 10%).
  59. [disk]
  60. label=
  61. instance=/
  62. command=~/.config/i3/scripts/disk
  63. interval=30
  64. # Memory usage
  65. #
  66. # The type defaults to "mem" if the instance is not specified.
  67. [memory]
  68. label=
  69. command=~/.config/i3/scripts/memory
  70. interval=2
  71. [cpu_usage]
  72. label=
  73. command=~/.config/i3/scripts/cpu_usage
  74. #min_width=CPU: 100.00%
  75. interval=2
  76. [CPU-temperature]
  77. label=
  78. command=~/.config/i3/scripts/temperature
  79. interval=30
  80. #T_WARN=70
  81. #T_CRIT=90
  82. #SENSOR_CHIP=""
  83. # where SENSOR_CHIP can be find with sensors output
  84. # can be used also for GPU temperature or other temperature sensors lm-sensors detects.
  85. # showing name of connected network (enable for wifi use)
  86. #[net]
  87. #label=
  88. #command=echo "$(LANG=C nmcli d | grep connected | awk '{print $4}')"
  89. #interval=30
  90. [bandwidth]
  91. command=~/.config/i3/scripts/bandwidth2
  92. interval=persist
  93. # Battery indicator
  94. [battery]
  95. command=~/.config/i3/scripts/battery1
  96. # for alternative battery script change to battery1
  97. # change this to battery-pinebook-pro if you are running on pinebook-pro
  98. label=
  99. interval=30
  100. [simple-2]
  101. full_text=: :
  102. color=#717171
  103. [pavucontrol]
  104. full_text=
  105. command=pavucontrol
  106. [volume-pulseaudio]
  107. command=~/.config/i3/scripts/volume
  108. instance=Master
  109. interval=1
  110. # display keyboard layout name
  111. # for keyboard layouts switcher
  112. # see i3 config file
  113. #[keyboard-layout]
  114. #command=~/.config/i3/scripts/keyboard-layout
  115. #interval=2
  116. [keybindings]
  117. full_text=
  118. command=~/.config/i3/scripts/keyhint
  119. #set power-profile
  120. [ppd_menu]
  121. full_text=
  122. command=~/.config/i3/scripts/power-profiles
  123. color=#407437
  124. #Show the current power-profile
  125. [ppd-status]
  126. command=~/.config/i3/scripts/ppd-status
  127. interval=5
  128. [time]
  129. #label=
  130. command=date '+%a %d %b %H:%M:%S'
  131. interval=1
  132. [shutdown_menu]
  133. full_text=
  134. command=~/.config/i3/scripts/powermenu
  135. [simple-2]
  136. full_text=: :
  137. color=#717171