Latest updates to DE

This commit is contained in:
Alex Selimov 2025-05-26 22:27:48 -04:00
parent 4f621f9874
commit 41c39315b6
26 changed files with 60 additions and 65 deletions

View file

@ -4,5 +4,5 @@ case "$(cat /sys/class/net/w*/operstate 2>/dev/null)" in
down) echo " 󰖪 ";;
up) percentage="$(awk '/^\s*w/ { print int($3 * 100 / 70) "% " }' /proc/net/wireless)"
ssid=$(iwgetid -r)
echo \ $ssid 
echo ""
esac