first commit :)

This commit is contained in:
2024-11-04 22:24:25 -05:00
parent 60ca357bef
commit 4bd057a6e7
15 changed files with 280 additions and 0 deletions
Executable
+20
View File
@@ -0,0 +1,20 @@
# 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=25
[weather]
command=curl -Ss 'https://wttr.in?0&T&Q' | cut -c 16- | head -3 | xargs echo
interval=3600
color=#A4C2F4
[time]
command=date '+%Y-%m-%d %H:%M:%S'
interval=1