1
0
Fork 0
ryzowanie/config/i3blocks/config
2024-06-11 21:55:28 +02:00

22 lines
446 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[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