dotfiles/dotfiles/i3/.i3blocks.conf

46 lines
727 B
Plaintext

separator=false
separator_block_width=5
border_top=0
border_left=0
border_right=0
border_bottom=2
[volume]
command=$HOME/.i3/scripts/volume-pulseaudio | cut -d '[' -f1
interval=5
signal=1
markup=pango
border=#cc241d
[temperature]
label= 
command=$HOME/.i3/scripts/sensors
interval=5
border=#b16286
# [weather]
# command=$HOME/.i3/scripts/weather
# interval=60
# border=#198981
[wireless]
label= 
command=[[ -z "$(iwgetid -r)" ]] || echo "$(iwgetid -r) "
interval=2
border=#98971a
[battery]
command=$HOME/.i3/scripts/battery
interval=30
markup=pango
LABEL=⚡
BAT_NUMBER=0
border=#458588
[time]
command=echo "`date +'%a %d %b'` <b>`date +'%T'`</b> "
interval=1
markup=pango
border=#928374
separator_block_width=0