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.

86 lines
1.3 KiB

11 months ago
5 days ago
5 days ago
  1. # vim: fdm=marker ft=conf.go-template
  2. # Global properties [[[ #
  3. # The top properties below are applied to every block, but can be overridden.
  4. # Each block command defaults to the script name to avoid boilerplate.
  5. align=center
  6. command=~/.config/i3blocks/scripts/$BLOCK_NAME
  7. separator=true
  8. separator_block_width=25
  9. markup=pango
  10. color=#cbe4ff
  11. # ]]] Global properties #
  12. # [ticker]
  13. # label=$
  14. # TICKER=GME
  15. # interval=30
  16. # # interval=10
  17. # sys.monitoring [[[ #
  18. [temperature]
  19. label=
  20. interval=5
  21. [cpu_usage]
  22. label=
  23. interval=5
  24. [memory]
  25. label=
  26. # color=#3da061
  27. interval=2
  28. # ]]] sys.monitoring #
  29. # volume/spotify [[[ #
  30. # [spotify]
  31. # # command=python ~/linux-config/configs/i3blocks-scripts/spotify.py
  32. # # label=
  33. # label=
  34. # # label=🎧
  35. # # green
  36. # # color=#198c19
  37. # # aqua
  38. # # color=#2d7272
  39. # interval=5
  40. # [spotify]
  41. # label=
  42. # LONG_NAME=
  43. # SHORT_NAME=
  44. # interval=5
  45. [volume]
  46. interval=once
  47. signal=1
  48. interval=60
  49. # ]]] volume/spotify #
  50. # time [[[ #
  51. [calendar]
  52. interval=30
  53. label=
  54. # DATEFMT=+%H:%M.%a-%m-%d
  55. # DATEFMT=+%H:%M
  56. #DATEFMT=+%H:%M
  57. # SHORTFMT=+%H:%M:%S
  58. #SHORTFMT=+%H:%M.%a-%m-%d
  59. #HEIGHT=180
  60. #WIDTH=220
  61. # ]]] time #
  62. {{ if eq .chezmoi.hostname "x1-carbon" }}
  63. [temperature]
  64. label=
  65. interval=5
  66. # [name]
  67. # label=
  68. # interval=30
  69. {{ end }}