Browse Source

Merge pull request #16 from ntrp/patch-1

Simplify the volume query
main
Joe Standring 3 years ago
committed by GitHub
parent
commit
610072a067
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bar-functions/dwm_pulse.sh

+ 1
- 1
bar-functions/dwm_pulse.sh View File

@ -7,7 +7,7 @@
# Dependencies: pamixer
dwm_pulse () {
VOL=$(pamixer --get-volume-human | tr -d '%')
VOL=$(pamixer --get-volume)
printf "%s" "$SEP1"
if [ "$IDENTIFIER" = "unicode" ]; then


Loading…
Cancel
Save