index
:
Status Blocks
main
Scripts I use in DWM status bar
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
backlight
blob: 53c93691bc9bcd1a09c19e8d3d241965ef167dd7 (
plain
) (
blame
)
1
2
3
#!/usr/bin/sh
BRIGHTNESS
=
$(
xbacklight
-get
|
awk
'{print int($1)}'
)
echo
"☀
${
BRIGHTNESS
}
%"