diff --git a/status-update b/status-update index d09bd54..0f521ea 100755 --- a/status-update +++ b/status-update @@ -1,7 +1,7 @@ #!/bin/sh DATE="$(date +"%F %H:%M" )" -NETWORK="eth: $(cat /sys/class/net/enx00e04c682335/operstate)" +NETWORK="wlan: $(cat /sys/class/net/wlp2s0/operstate)" SPACE="$(cat $HOME/.cache/free-space)" vol_status="$(cat $HOME/.cache/audio-control/vol_status)" vol_level="$(cat $HOME/.cache/audio-control/vol_level)%"