diff options
Diffstat (limited to 'dist/bar.sh')
| -rwxr-xr-x | dist/bar.sh | 10 | 
1 files changed, 6 insertions, 4 deletions
| diff --git a/dist/bar.sh b/dist/bar.sh index d2d3627..156fe44 100755 --- a/dist/bar.sh +++ b/dist/bar.sh @@ -33,7 +33,9 @@ volume() {    pamixer --get-volume  } -while [[ true ]]; do -  dwlb -status all "| ^lm(alacritty -e nmtui-connect)  $(wifi)^lm() |   $(volume)% | $(battery)%$(charging) |   $(calendar) | λ |" -  sleep 1 -done +# while [[ true ]]; do +#   dwlb -status all "| ^lm(alacritty -e nmtui-connect)  $(wifi)^lm() |   $(volume)% | $(battery)%$(charging) |   $(calendar) | λ |" +#   sleep 1 +# done + +echo "|   $(wifi) |   $(volume)% | $(battery)%$(charging) |   $(calendar) | λ |" | 
