diff options
Diffstat (limited to 'dwm_status.sh')
| -rwxr-xr-x | dwm_status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm_status.sh b/dwm_status.sh index b72cffb..003a8fd 100755 --- a/dwm_status.sh +++ b/dwm_status.sh @@ -6,6 +6,6 @@ while true; do clock=`date +"%a %b %d, %H.%M.%S"` pkg=`xbps-query -l | wc -l` vol=`pactl get-sink-volume @DEFAULT_SINK@ | awk 'NR==1{printf "VOL %s", $5}'` - xprop -root -set WM_NAME " PKG $pkg | $vol | $ram | $cpu | $clock " + xprop -root -set WM_NAME " PKG $pkg $vol $ram $cpu $clock " sleep 1 done & |
