projects
/
~bandali
/
configs
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
gnus: conditional mail setup based on hostname
[~bandali/configs]
/
.local
/
bin
/
rofi-pamixer
Commit
Line
Data
e064bdbf
AB
1
#!/bin/sh
2
cur=$(pamixer --get-volume)
3
val=$(rofi -dmenu -mesg "pamixer --get-volume $cur" -p "pamixer --set-volume " -l 0 -width 12)
4
[ -n "$val" ] && pamixer --set-volume "$val"