39 lines
569 B
Text
39 lines
569 B
Text
#
|
|
# ~/.config/i3blocks/.config
|
|
# author: adam gausmann
|
|
#
|
|
|
|
[volume]
|
|
label=vol
|
|
command=~/.local/lib/i3blocks/volume
|
|
interval=once
|
|
signal=1 # use `pkill -RTMIN+1 i3blocks` to update
|
|
|
|
[iface]
|
|
label=lan
|
|
command=~/.local/lib/i3blocks/iface
|
|
interval=5
|
|
|
|
[battery]
|
|
label=bat
|
|
command=~/.local/lib/i3blocks/battery
|
|
interval=60
|
|
|
|
[cpu]
|
|
label=cpu
|
|
command=~/.local/lib/i3blocks/cpu_usage
|
|
interval=5
|
|
|
|
[memory]
|
|
label=mem
|
|
command=~/.local/lib/i3blocks/memory
|
|
interval=5
|
|
|
|
[disk]
|
|
label=sda
|
|
command=~/.local/lib/i3blocks/disk
|
|
interval=300
|
|
|
|
[time]
|
|
command=date '+%Y-%m-%d %H:%M'
|
|
interval=10
|