mirror of https://github.com/E-Almqvist/ewm
parent
6a9fa2d97d
commit
4239f88c30
@ -1,6 +1,11 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
|
|
||||||
while true; do |
while true; do |
||||||
xsetroot -name "$(date +"%H:%M:%S (%A) %Y-%m-%d")" |
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 |
sleep 1s |
||||||
done |
done & |
||||||
|
Loading…
Reference in new issue