4 lines
81 B
Bash
Executable file
4 lines
81 B
Bash
Executable file
#!/bin/sh
|
|
|
|
brightnessctl | rg Current | awk '{print $4}' | sed 's/(\(.*\)%)/\1/'
|