add i3 and tmux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user