Remove commented lines.

This commit is contained in:
Nicolás A. Ortega Froysa 2022-05-30 13:28:35 +02:00
parent 59fc0b2a91
commit 7f8e01e10f

View File

@ -1,12 +1,9 @@
#!/bin/sh
#DATE="$(date +"%F %H:%M:%S" )"
DATE="$(date +"%F %H:%M" )"
NETWORK="eth: $(cat /sys/class/net/enp34s0/operstate)"
SPACE="$(cat $HOME/.cache/free-space)"
#vol_out_port="$(cat $HOME/.cache/audio-control/port)"
vol_status="$(cat $HOME/.cache/audio-control/vol_status)"
vol_level="$(cat $HOME/.cache/audio-control/vol_level)%"
#VOLUME="$vol_out_port $vol_status $vol_level"
VOLUME="$vol_status $vol_level"
xsetroot -name "$VOLUME | $NETWORK | $SPACE | $DATE"