projects
/
~bandali
/
configs
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
* .emacs.d/lisp/bandali-org.el: Add ox-md export backend.
[~bandali/configs]
/
.local
/
bin
/
dmenu-pamixer
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/bin/sh
2
cur=$(pamixer --get-volume)
3
val=$(dmenu -fn 'Source Code Pro Medium-10.5' -p "volume ($cur):" < /dev/null)
4
[ -n "$val" ] && pamixer --set-volume "$val"