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.

25 lines
526 B

  1. # Global properties {{{ #
  2. # The top properties below are applied to every block, but can be overridden.
  3. # Each block command defaults to the script name to avoid boilerplate.
  4. align=center
  5. separator=true
  6. separator_block_width=25
  7. markup=pango
  8. color=#cbe4ff
  9. # }}} Global properties #
  10. [spotify]
  11. command=python ~/linux-config/configs/i3blocks-scripts/spotify.py
  12. # label=
  13. label=🎧
  14. # green
  15. # color=#198c19
  16. # aqua
  17. # color=#2d7272
  18. interval=10
  19. [time]
  20. label=🕓
  21. command=echo "$(date '+%H:%M')"
  22. interval=30
  23. # color=#acc0cd