dotfiles/dot_config/i3blocks/executable_config
2021-10-13 18:45:52 -05:00

31 lines
467 B
Text

[memory]
command=/usr/lib/i3blocks/memory
label=MEM
interval=20
[weather]
command=curl -Ss "https://wttr.in/55404?m&format=%25c%25C+%25t+%25p\n"
interval=3600
color=#A4C2F4
[volume]
command=/usr/lib/i3blocks/volume
LABEL=VOL
interval=once
signal=10
[battery-poly]
command=/usr/lib/i3blocks/battery-poly
LABEL=BAT
interval=5
color=#999999
[date]
command=date +"%a %m [%d] %Y"
interval=5
color=#EE92EE
[time]
command=date +"[%H:%M] :%S"
interval=5
color=#EEEE92