From dfd0c05633a7fd45fef9d84950264295b9ebd66b Mon Sep 17 00:00:00 2001 From: jmw2020 Date: Tue, 20 Oct 2020 02:10:47 +0000 Subject: [PATCH] Uploaded i3blocks configuration 2020-10-19 --- i3blocks/i3blocks.conf | 51 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 i3blocks/i3blocks.conf diff --git a/i3blocks/i3blocks.conf b/i3blocks/i3blocks.conf new file mode 100644 index 0000000..da257f3 --- /dev/null +++ b/i3blocks/i3blocks.conf @@ -0,0 +1,51 @@ +# 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=20 +color=A4C2F4 + +[greetings] +color=#f5af19 +command=echo " $USER" +interval=once +color=#A4C2F4 + +# Guess the weather hourly +[weather] +command=curl -Ss 'https://wttr.in?0&T&Q' | cut -c 16- | head -2 | xargs echo +interval=1 +color=#A4C2F4 + +[kernel] +command=uname -sr +interval=once +color=#A4C2F4 + +[battery] +command=acpi +interval=1 +color=#A4C2F4 + +[time] +command=date '+%Y-%m-%d' +interval=1 +color=#A4C2F4 + +[time] +command=date '+%H:%M:%S' +interval=1 +color=#A4C2F4 + +[time] +command=date '+%I:%M:%S' +interval=1 +color=#A4C2F4 + +