summaryrefslogtreecommitdiff
path: root/dist/dwl
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-03-12 21:56:50 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-03-12 21:56:50 +0530
commit1127041cda7ff8aaadd5321a27d404a00db2088d (patch)
treeb241609ece7d9a44c20d2f6436ec494853666e2c /dist/dwl
parentdcfadeeb179db143390e937d3737f8170afe4d3d (diff)
Revert "dwm"
This reverts commit 55542f1ce3f313419ebe6a7fa9a7629898e6ce2e.
Diffstat (limited to 'dist/dwl')
-rwxr-xr-xdist/dwl/bar.sh39
-rwxr-xr-xdist/dwl/run.sh2
2 files changed, 0 insertions, 41 deletions
diff --git a/dist/dwl/bar.sh b/dist/dwl/bar.sh
deleted file mode 100755
index 2b23972..0000000
--- a/dist/dwl/bar.sh
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/usr/bin/env bash
-wifi() {
- iwgetid -r
-}
-
-battery() {
- c=$(cat /sys/class/power_supply/BAT1/capacity)
-
- if [[ $c > 85 ]]; then
- echo " $c"
- elif [[ $c > 70 ]]; then
- echo " $c"
- elif [[ $c > 50 ]]; then
- echo " $c"
- elif [[ $c > 30 ]]; then
- echo " $c"
- else
- echo " $c"
- fi
-}
-
-charging() {
- if [[ "$(cat /sys/class/power_supply/BAT1/status)" == "Charging" ]]; then
- echo "+"
- fi
-}
-
-calendar() {
- date +'%a, %d %b %Y |  %H:%M'
-}
-
-volume() {
- pamixer --get-volume
-}
-
-while [[ true ]]; do
- dwlb -status all "| ^lm(alacritty -e nmtui-connect) $(wifi)^lm() |  $(volume)% | $(battery)%$(charging) |  $(calendar) | λ"
- sleep 1
-done
diff --git a/dist/dwl/run.sh b/dist/dwl/run.sh
deleted file mode 100755
index dc13e69..0000000
--- a/dist/dwl/run.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/usr/bin/env bash
-alacritty --title float -o 'window.dimensions = { columns = 80, lines = 40 }' -e sway-launcher-desktop