diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-03 14:56:48 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-03 14:56:48 +0530 |
| commit | c26299ade691db88bd481e9f62af6f049872338d (patch) | |
| tree | 927fe41c1636f84d7162a4799cbc5b650be2c271 /dist/bar.sh | |
| parent | 62c6e3038af1e360af462c928d28d049070e113f (diff) | |
update
Diffstat (limited to '')
| -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 156fe44..d1cd835 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) | λ |" |
