dotfiles/dot_config/i3blocks/executable_config

32 lines
467 B
Text
Raw Normal View History

2021-08-15 04:06:07 +00:00
[memory]
2021-10-13 23:45:52 +00:00
command=/usr/lib/i3blocks/memory
2021-08-28 06:35:36 +00:00
label=MEM
2021-08-15 04:06:07 +00:00
interval=20
2021-04-15 07:29:54 +00:00
[weather]
command=curl -Ss "https://wttr.in/55404?m&format=%25c%25C+%25t+%25p\n"
interval=3600
color=#A4C2F4
2021-05-13 09:21:43 +00:00
[volume]
2021-10-13 23:45:52 +00:00
command=/usr/lib/i3blocks/volume
2021-05-13 09:21:43 +00:00
LABEL=VOL
interval=once
signal=10
[battery-poly]
2021-10-13 23:45:52 +00:00
command=/usr/lib/i3blocks/battery-poly
2021-05-13 09:21:43 +00:00
LABEL=BAT
interval=5
color=#999999
2021-04-15 07:29:54 +00:00
[date]
2021-08-28 06:35:36 +00:00
command=date +"%a %m [%d] %Y"
2021-04-15 07:29:54 +00:00
interval=5
color=#EE92EE
[time]
2021-08-28 06:35:36 +00:00
command=date +"[%H:%M] :%S"
2021-04-15 07:29:54 +00:00
interval=5
color=#EEEE92