7 lines
86 B
Bash
Executable file
7 lines
86 B
Bash
Executable file
#!/bin/sh
|
|
|
|
. sb-theme
|
|
|
|
val=$(printf " %.0f\n" $(brillo -q -G))
|
|
|
|
display "$val" $1
|