dotfiles/.config/i3blocks/config

26 lines
510 B
Text
Raw Normal View History

separator=true
separator_block_width=40
[window]
align=left
command=swaymsg -t subscribe -m '["window"]' | jq --unbuffered -M -r '.container.name' | stdbuf -oL cut -c -80 | stdbuf -oL sed -e 's/ *$//'
interval=persist
background=#000000cc
[battery]
background=#000000cc
command=~/.config/i3blocks/battery-plus
interval=30
markup=pango
instance=BAT0
_HIDE_TIME_REMAINING=false
_HIDE_TIME_TO_FULL=false
_USE_BATT_GRADIENT=true
[time]
align=center
background=#000000cc
command=date "+%a %F %H:%M"
interval=30