summaryrefslogtreecommitdiff
path: root/.i3blocks.conf
diff options
context:
space:
mode:
Diffstat (limited to '.i3blocks.conf')
-rw-r--r--.i3blocks.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/.i3blocks.conf b/.i3blocks.conf
new file mode 100644
index 0000000..9fce72f
--- /dev/null
+++ b/.i3blocks.conf
@@ -0,0 +1,35 @@
+# 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=15
+
+[volume]
+command=~/bin/volume
+LABEL=VOL
+MIXER=default
+interval=1
+
+[cpu]
+command=~/bin/cpu_usage
+LABEL=CPU
+DECIMALS=2
+interval=3
+
+[mem]
+command=~/bin/memory
+interval=3
+
+[updates]
+command=echo "UPD" $(pacman -Qu | wc -l)
+interval=10
+
+[time]
+command=date '+%D %H:%M'
+interval=1