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.

87 lines
1.3 KiB

4 days ago
4 days ago
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. command=/home/kevin/.config/i3blocks/scripts/spotify
  33. # label=
  34. label=
  35. # # label=🎧
  36. # # green
  37. # # color=#198c19
  38. # # aqua
  39. # # color=#2d7272
  40. interval=5
  41. # [spotify]
  42. # label=
  43. # LONG_NAME=
  44. # SHORT_NAME=
  45. # interval=5
  46. [volume]
  47. interval=once
  48. signal=1
  49. interval=60
  50. # ]]] volume/spotify #
  51. # time [[[ #
  52. [calendar]
  53. interval=30
  54. label=
  55. # DATEFMT=+%H:%M.%a-%m-%d
  56. # DATEFMT=+%H:%M
  57. #DATEFMT=+%H:%M
  58. # SHORTFMT=+%H:%M:%S
  59. #SHORTFMT=+%H:%M.%a-%m-%d
  60. #HEIGHT=180
  61. #WIDTH=220
  62. # ]]] time #
  63. {{ if eq .chezmoi.hostname "x1-carbon" }}
  64. [temperature]
  65. label=
  66. interval=5
  67. # [name]
  68. # label=
  69. # interval=30
  70. {{ end }}