summaryrefslogtreecommitdiff
path: root/.config/i3blocks/bar2
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3blocks/bar2')
-rw-r--r--.config/i3blocks/bar287
1 files changed, 87 insertions, 0 deletions
diff --git a/.config/i3blocks/bar2 b/.config/i3blocks/bar2
new file mode 100644
index 0000000..575a78d
--- /dev/null
+++ b/.config/i3blocks/bar2
@@ -0,0 +1,87 @@
+# i3blocks configuration file
+#
+# The i3blocks man page describes the usage of the binary,
+# and its website describes the configuration:
+# https://vivien.github.io/i3blocks
+#
+# List of valid properties:
+# align
+# color
+# command
+# full_text
+# instance
+# interval
+# label
+# min_width
+# name
+# separator
+# separator_block_width
+# short_text
+# signal
+# urgent
+
+
+# Global properties
+separator=false
+separator_block_width=60
+
+# Guess the weather hourly
+[weather]
+separator=true
+separator_block_width=50
+command=i3weather info
+interval=1800
+color=#A4C2F4
+
+# [badwidth]
+# seprator=false
+# command=echo "$(i3bandwidth)"
+# interval=1
+
+# [wifi]
+# # command=echo "📡 $(i3wifi wlp0s20f3)"
+# command=i3wifi wlp0s20f3
+# interval=1
+
+# [battery]
+# command=i3battery
+# interval=1
+
+# [cpu]
+# command=echo "ï’¼ $(i3cpu)"
+# interval=3
+
+# [memory]
+# separator=true
+# separator_block_width=50
+# command=echo " $(i3memory)"
+# interval=1
+
+[disk_root]
+label=  
+instance=/
+interval=30
+command=disk_usage
+
+[disk-io]
+separator=true
+separator_block_width=60
+command=disk-io
+#command=$SCRIPT_DIR/disk-io -w 3 -M -P 0
+interval=persist
+markup=pango
+LABEL=  
+#instance=/^sda/
+#DT=5
+#MB_ONLY=0 #0 or 1
+#KB_ONLY=0 #0 or 1
+#WIDTH=4
+#MB_PRECISION=1
+#KB_PRECISION=0
+#REGEX=/^(s|h)d[a-zA-Z]+/
+#THRESHOLD=0
+#WARN_COLOR="#FF0000"
+#SEPARATOR=/
+#PREFIX=
+#SUFFIX="B/s"
+