37 lines
585 B
Text
37 lines
585 B
Text
|
separator=true
|
||
|
separator_block_width=15
|
||
|
|
||
|
[bandwidth]
|
||
|
command=~/.config/i3blocks/bandwidth
|
||
|
interval=1
|
||
|
color=#f38ba8
|
||
|
|
||
|
[volume-pipewire]
|
||
|
command=~/.config/i3blocks/volume-pipewire
|
||
|
interval=once
|
||
|
signal=1
|
||
|
|
||
|
[brightness]
|
||
|
command=~/.config/i3blocks/brightness
|
||
|
interval=1
|
||
|
color=#fab387
|
||
|
|
||
|
[battery]
|
||
|
command=~/.config/i3blocks/battery
|
||
|
interval=10
|
||
|
color=#a6e3a1
|
||
|
|
||
|
[weather]
|
||
|
command=curl -Ss 'wttr.in/Atlanta,GA?0&T&Q' | cut -c 16- | head -2 | xargs echo
|
||
|
interval=3600
|
||
|
color=#89b4fa
|
||
|
|
||
|
[calendar]
|
||
|
command=~/.config/i3blocks/calendar
|
||
|
interval=1
|
||
|
|
||
|
[time]
|
||
|
command=date +"%I:%M %p"
|
||
|
interval=1
|
||
|
color=#cba6f7
|