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.
91 lines
1.4 KiB
91 lines
1.4 KiB
# 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 #
|
|
|
|
# [ticker]
|
|
# label=$
|
|
# TICKER=GME
|
|
# interval=30
|
|
# # interval=10
|
|
|
|
# sys.monitoring [[[ #
|
|
|
|
{{ if eq .chezmoi.hostname "nzxt" }}
|
|
[temperature]
|
|
label=
|
|
interval=5
|
|
|
|
[cpu_usage]
|
|
label=
|
|
interval=5
|
|
|
|
[memory]
|
|
label=
|
|
# color=#3da061
|
|
interval=5
|
|
{{ end }}
|
|
|
|
# ]]] sys.monitoring #
|
|
|
|
# volume/spotify [[[ #
|
|
|
|
# [spotify]
|
|
# # command=python ~/linux-config/configs/i3blocks-scripts/spotify.py
|
|
# # label=
|
|
# label=
|
|
# # label=🎧
|
|
# # green
|
|
# # color=#198c19
|
|
# # aqua
|
|
# # color=#2d7272
|
|
# interval=5
|
|
|
|
# [spotify]
|
|
# label=
|
|
# LONG_NAME=
|
|
# SHORT_NAME=
|
|
# interval=5
|
|
|
|
[volume]
|
|
interval=once
|
|
signal=1
|
|
interval=60
|
|
|
|
# ]]] volume/spotify #
|
|
|
|
# time [[[ #
|
|
|
|
[calendar]
|
|
interval=30
|
|
label=
|
|
# {{ if eq .chezmoi.hostname "nzxt" }}
|
|
# DATEFMT=+%H:%M.%a-%m-%d
|
|
# {{ else }}
|
|
# DATEFMT=+%H:%M
|
|
# {{ end }}
|
|
DATEFMT=+%H:%M
|
|
# SHORTFMT=+%H:%M:%S
|
|
SHORTFMT=+%H:%M.%a-%m-%d
|
|
HEIGHT=180
|
|
WIDTH=220
|
|
|
|
# ]]] time #
|
|
|
|
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
|
[temperature]
|
|
label=
|
|
interval=5
|
|
|
|
# [name]
|
|
# label=
|
|
# interval=30
|
|
{{ end }}
|