# i3blocks configuration file # # The i3blocks man page describes the usage of the binary, # and its website describes the configuration: # # https://vivien.github.io/i3blocks # Global properties separator=true separator_block_width=10 [volume] command=~/bin/volume LABEL=VOL MIXER=default interval=1 [brightness] command=~/bin/brightness LABEL=BRT interval=1 [cpu] command=~/bin/cpu_usage LABEL=CPU DECIMALS=2 interval=3 [mem] command=~/bin/memory interval=3 [iface_wifi] command=~/bin/iface LABEL=WIFI: IFACE=wlp3s0 interval=10 display_wifi_name=1 [iface_eth] command=~/bin/iface LABEL=ETH: IFACE=enp2s0f1 interval=10 display_wifi_name=0 [updates] command=echo "UPD" $(pacman -Qu | wc -l) interval=10 [time] command=date '+%D %H:%M' interval=1