6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
brightnessctl set $1
|
|
|
|
notify-send -r 1 "Brightness: $(brightnessctl | grep Current | grep -oP "(?<=\().*(?=\))")"
|