Skip to content
Snippets Groups Projects
Select Git revision
  • 7614a61eed2fdf2d552a64e7dfeeff769abd4256
  • devel default
  • master
  • fo
  • jirka/typing
  • fo-base
  • mj/submit-images
  • jk/issue-96
  • jk/issue-196
  • honza/add-contestant
  • honza/mr7
  • honza/mrf
  • honza/mrd
  • honza/mra
  • honza/mr6
  • honza/submit-images
  • honza/kolo-vs-soutez
  • jh-stress-test-wip
  • shorten-schools
19 results

login.html

Blame
  • osd-mpc-volume 187 B
    #!/bin/sh
    if [ -z "$1" -o -n "$2" ] ; then
    	echo >&2 "Usage: $0 [+|-]<percentage>"
    	exit 1
    fi
    mpc volume $1 | sed 's/.*volume: *\([0-9]\+\)%.*/\1/;t;d' | osdc 'MPC Volume' '' --percent=-