Uploaded i3blocks configuration 2020-10-19

This commit is contained in:
jmw2020 2020-10-20 02:10:47 +00:00
parent 4be2e61180
commit dfd0c05633
1 changed files with 51 additions and 0 deletions

51
i3blocks/i3blocks.conf Normal file
View File

@ -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