5 lines
69 B
Text
5 lines
69 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
brt=$(xbacklight -get)
|
||
|
echo " bri: ${brt%.*}% "
|