Add system updates to status-update
This commit is contained in:
parent
7f8e01e10f
commit
49eba52599
@ -6,4 +6,5 @@ SPACE="$(cat $HOME/.cache/free-space)"
|
|||||||
vol_status="$(cat $HOME/.cache/audio-control/vol_status)"
|
vol_status="$(cat $HOME/.cache/audio-control/vol_status)"
|
||||||
vol_level="$(cat $HOME/.cache/audio-control/vol_level)%"
|
vol_level="$(cat $HOME/.cache/audio-control/vol_level)%"
|
||||||
VOLUME="$vol_status $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"
|
||||||
|
Loading…
Reference in New Issue
Block a user