22 lines
446 B
Text
22 lines
446 B
Text
[volume]
|
||
command=~/.config/i3blocks/blocklets/pasink
|
||
interval=1
|
||
markup=pango
|
||
|
||
[backlight]
|
||
command=~/.config/i3blocks/blocklets/backlight
|
||
interval=1
|
||
|
||
[memory]
|
||
command=df -h / | tail -n 1 | awk '{print $4}'
|
||
label= /
|
||
interval=30
|
||
|
||
[daycount]
|
||
command=echo "" "$(python -c 'from datetime import date as d;print((d.today()-d(1991,11,5)).days)')"
|
||
interval=30
|
||
|
||
[time]
|
||
command=echo "" "$(date '+%j-%U') $(date '+%Y-%m-%d %H:%M:%S')"
|
||
interval=1
|
||
|