separator_block_width=24 separator=false align=center [arch-update] interval=600 color=#cc2222 command=checkupdates 2> /dev/null | wc -l [ip] interval=5 color=#33af33 command=ip route get 8.8.8.8 2> /dev/null | tr -s ' ' | cut -d ' ' -f 7 #command=nmcli d show wlp0s20f3 | grep GENERAL.CONNECTION | sed "s/[ -]\+/ /g" | cut -d ' ' -f 2 [memory] interval=5 color=#bb11bb command=free -L -m -h | sed "s/ \+/ /g;s/i/iB/g" | cut -d " " -f 6 [brightness] interval=100000 color=#ffff33 command=light | scripts/lightlevel = signal=11 min_width=48 [volume] interval=100000 color=#ffa333 command=pactl get-sink-volume @DEFAULT_SINK@ | tr -s ' ' | cut -d ' ' -f 5; signal=10 min_width=48 [battery] interval=10 color=#aaaaaa command=cat /sys/class/power_supply/BAT0/capacity | sed "s/$/%/g" min_width=48 [time] interval=1 color=#4444ff command=date '+%-d.%-m. %H:%M:%S'