diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-03 14:18:32 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-03 14:18:32 +0530 | 
| commit | 62c6e3038af1e360af462c928d28d049070e113f (patch) | |
| tree | dad053a5e3cd8035e62676aa3df5404fd4a03894 /dist/bar.sh | |
| parent | 9881f2cb777a54483c4b2932b45ccc13332a57d9 (diff) | |
update
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) | λ |" | 
