Add system updates to status-update

This commit is contained in:
Nicolás A. Ortega Froysa 2022-05-30 13:31:35 +02:00
parent 7f8e01e10f
commit 49eba52599
1 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,5 @@ SPACE="$(cat $HOME/.cache/free-space)"
vol_status="$(cat $HOME/.cache/audio-control/vol_status)"
vol_level="$(cat $HOME/.cache/audio-control/vol_level)%"
VOLUME="$vol_status $vol_level"
xsetroot -name "$VOLUME | $NETWORK | $SPACE | $DATE"
UPDATES="Upd: $(checkupdates -n | wc -l)"
xsetroot -name "$VOLUME | $NETWORK | $SPACE | $UPDATES | $DATE"