diff options
Diffstat (limited to '.i3blocks.conf')
-rw-r--r-- | .i3blocks.conf | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/.i3blocks.conf b/.i3blocks.conf deleted file mode 100644 index fdcab2d..0000000 --- a/.i3blocks.conf +++ /dev/null @@ -1,54 +0,0 @@ -# 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 |