projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
* .emacs.d/init.el: Update mode-line time and battery format.
[~bandali/configs]
/
.local
/
bin
/
dmenu-pamixer
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
"