mirror of https://github.com/E-Almqvist/ewm
parent
affa7cb01a
commit
a8dc0eefc2
@ -1,11 +1,3 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
|
|
||||||
while true; do |
# dwmblocks > /tmp/dwmblocks.log & |
||||||
CMUS="$(cmus.sh)" |
|
||||||
NET="up: 100b/s | down: 999kb/s" |
|
||||||
VOL=$(pavolume.sh) |
|
||||||
TIME="{$(date +"%H:%M:%S, %A, %Y-%m-%d")} " |
|
||||||
|
|
||||||
xsetroot -name " $CMUS $NET Vol: $VOL $TIME" |
|
||||||
sleep 1s |
|
||||||
done & |
|
||||||
|
Loading…
Reference in new issue