projects
/
~bandali
/
configs
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
* .emacs.d/init.el: Use "Sahel WOL" for Persian text.
[~bandali/configs]
/
.local
/
bin
/
dmenu-light
Commit
Line
Data
4c4b967a
AB
1
#!/bin/sh
2
cur=$(light -G)
29b4e620
3
val=$(dmenu -fn 'Source Code Pro Medium-10.5' -p "brightness ($cur):" < /dev/null)
4c4b967a
4
[ -n "$val" ] && light -S "$val"