This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dotfiles_old/.config/i3blocks/config
2018-08-01 21:39:52 +03:00

18 lines
288 B
Plaintext

[mpd]
command=echo "MPD: $(mpc current)"
interval=5
signal=2
[volume]
command=echo "VOL: $(pamixer --get-volume)"
interval=once
signal=1
[battery]
command=echo "BAT: $(cat /sys/class/power_supply/BAT0/capacity)"
interval=5
[time]
command=echo "DATE: $(date '+%m.%d %H:%M')"
interval=5