diff options
Diffstat (limited to 'dist/bar.sh')
| -rwxr-xr-x | dist/bar.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dist/bar.sh b/dist/bar.sh index d1cd835..156fe44 100755 --- a/dist/bar.sh +++ b/dist/bar.sh @@ -33,9 +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) | λ |" +echo "| $(wifi) | $(volume)% | $(battery)%$(charging) | $(calendar) | λ |" |
