This commit is contained in:
Your Name 2025-10-06 18:16:07 -06:00
parent a2469aedaf
commit 2a9073de9c
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ while true; do
"12") icon="🕛" ;;
esac
xsetroot -name " 🔆 $(brightnessctl get -P) / $volicon$vol / $micstat🎤 / $(free --mega | sed -n '2{p;q}' | awk '{printf ("%2.2fGB/%2.2fGB\n", ( $3 / 1000), ($2 / 1000))}') / $batmsg / $(date '+%a %d %b %Y') $icon $(date '+%R %p')"
xsetroot -name " 🔆 $(brightnessctl get -P) \ $volicon$vol \ $micstat🎤 \ $(free --mega | sed -n '2{p;q}' | awk '{printf ("%2.2fGB/%2.2fGB\n", ( $3 / 1000), ($2 / 1000))}') \ $batmsg \ $(date '+%a %d %b %Y') $icon $(date +"%-I:%M %p")"
sleep 1
done

View File

@ -45,4 +45,4 @@ case "$clock" in
"12") icon="🕛" ;;
esac
xsetroot -name " 🔆 $(brightnessctl get -P) / $volicon$vol / $micstat🎤 / $(free --mega | sed -n '2{p;q}' | awk '{printf ("%2.2fGB/%2.2fGB\n", ( $3 / 1000), ($2 / 1000))}') / $batmsg / $(date '+%a %d %b %Y') $icon $(date '+%R %p')"
xsetroot -name " 🔆 $(brightnessctl get -P) \ $volicon$vol \ $micstat🎤 \ $(free --mega | sed -n '2{p;q}' | awk '{printf ("%2.2fGB/%2.2fGB\n", ( $3 / 1000), ($2 / 1000))}') \ $batmsg \ $(date '+%a %d %b %Y') $icon $(date +"%-I:%M %p")"