add i3 and tmux

This commit is contained in:
Adam Jeniski
2022-06-23 08:54:15 -04:00
parent 659e6d9c16
commit 857b5b0c18
5 changed files with 281 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
#[click]
#full_text=Click me!
#command=echo "Got clicked with button $button"
#color=#F79494
# Update hour every 15 mins
[weather]
command=curl -Ss 'https://wttr.in?0&T&Q&M' | cut -c 16- | head -2 | xargs echo
interval=900
color=#A4C2F4
# # Query my default IP address only on startup
[ip]
command=hostname -i | awk '{ print "IP:" $1 }'
interval=once
color=#91E78B
# # Update time every 5 seconds
[time]
command=date +%T
interval=1