diff options
| author | Xander Swan <email> | 2025-12-03 10:00:42 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:42 -0500 |
| commit | 68e1cdbb135fd87bb0df1170abaae749baa4eb87 (patch) | |
| tree | 92897a074a61eb8c7d1f0f2df3d9824ee28af9dd /dwm_status.sh | |
| parent | d56b384090e75a8d491d6e595420a8ce50eec0da (diff) | |
update config frfr
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 & |
