summaryrefslogtreecommitdiff
path: root/dist/bar.sh
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-02-03 14:56:48 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-02-03 14:56:48 +0530
commitc26299ade691db88bd481e9f62af6f049872338d (patch)
tree927fe41c1636f84d7162a4799cbc5b650be2c271 /dist/bar.sh
parent62c6e3038af1e360af462c928d28d049070e113f (diff)
update
Diffstat (limited to 'dist/bar.sh')
-rwxr-xr-xdist/bar.sh10
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) | λ |"