This commit is contained in:
kento2 2026-02-06 14:47:12 +01:00
parent dcfa7425dc
commit 90fd2ad3a8
7 changed files with 21 additions and 17 deletions

View file

@ -87,7 +87,7 @@ parsefifo()
N*) net="${line#?}" ;;
'{'*) workspaces "$line" ;;
esac
echo "%{l} ${WS}%{c}${time}%{r}${bat}${vol} "
echo "%{l}$sep ${WS}%{c}${time}%{r}${bat}${vol} "
done
}