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.
24 lines
529 B
24 lines
529 B
# 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=/usr/share/i3blocks/$BLOCK_NAME
|
|
separator=true
|
|
separator_block_width=25
|
|
markup=pango
|
|
color=#cbe4ff
|
|
# }}} Global properties #
|
|
|
|
[spotify]
|
|
command=python ~/linux-config/configs/i3blocks-scripts/spotify.py
|
|
label=
|
|
# green
|
|
# color=#198c19
|
|
# aqua
|
|
# color=#2d7272
|
|
interval=10
|
|
|
|
[time]
|
|
command=date '+%H:%M'
|
|
interval=30
|
|
# color=#acc0cd
|