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.
59 lines
1002 B
59 lines
1002 B
# vim: fdm=marker ft=conf.go-template
|
|
|
|
# Global properties [[[ #
|
|
# The top properties below are applied to every block, but can be overridden.
|
|
# Each block command defaults to the script name to avoid boilerplate.
|
|
align=center
|
|
command=~/.config/i3blocks/scripts/$BLOCK_NAME
|
|
separator=true
|
|
separator_block_width=25
|
|
markup=pango
|
|
color=#cbe4ff
|
|
# ]]] Global properties #
|
|
|
|
# volume/spotify [[[ #
|
|
|
|
[spotify]
|
|
# command=python ~/linux-config/configs/i3blocks-scripts/spotify.py
|
|
# label=
|
|
label=
|
|
# label=🎧
|
|
# green
|
|
# color=#198c19
|
|
# aqua
|
|
# color=#2d7272
|
|
interval=5
|
|
|
|
[volume]
|
|
interval=once
|
|
signal=1
|
|
interval=60
|
|
|
|
# ]]] volume/spotify #
|
|
|
|
# time [[[ #
|
|
|
|
[calendar]
|
|
interval=30
|
|
label=
|
|
{{ if eq .chezmoi.fullHostname "nzxt" }}
|
|
DATEFMT=+%H:%M.%a-%m-%d
|
|
{{ else }}
|
|
DATEFMT=+%H:%M
|
|
{{ end }}
|
|
# SHORTFMT=+%H:%M:%S
|
|
# SHORTFMT=+%H:%M.%a-%m-%d
|
|
HEIGHT=180
|
|
WIDTH=220
|
|
|
|
# ]]] time #
|
|
|
|
{{ if eq .chezmoi.fullHostname "x1-carbon" }}
|
|
[temperature]
|
|
label=
|
|
interval=5
|
|
|
|
[name]
|
|
label=
|
|
interval=30
|
|
{{ end }}
|