update polybar for laptop

This commit is contained in:
azpsen
2025-03-10 10:30:45 -05:00
parent 1e1c2bbe64
commit e17228ef61
7 changed files with 260 additions and 10 deletions

3
.config/polybar/scripts/pipewire-simple.sh Normal file → Executable file
View File

@@ -27,5 +27,6 @@ case $1 in
pamixer --toggle-mute
;;
*)
echo "Source: ${SOURCE} | Sink: ${VOLUME} ${SINK}"
echo ${VOLUME}
# echo "Source: ${SOURCE} | Sink: ${VOLUME} ${SINK}"
esac