projects
/
~bandali
/
configs
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
* .config/git/config: Add alias instead of global email/signing preferences.
[~bandali/configs]
/
.local
/
bin
/
rofi-pamixer
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/bin/sh
2
cur=$(pamixer --get-volume)
3
val=$(rofi -dmenu -mesg "volume: $cur" -p "" -l 0 -width 8)
4
[ -n "$val" ] && pamixer --set-volume "$val"