diff options
Diffstat (limited to '')
-rwxr-xr-x | rxmenu-backlight | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rxmenu-backlight b/rxmenu-backlight new file mode 100755 index 0000000..5099b89 --- /dev/null +++ b/rxmenu-backlight @@ -0,0 +1,9 @@ +#!/bin/sh + +t="$(promptmenu backlight << EOF +EOF +)" + +r="$(setbkl $t 2>&1)" + +notify-send "setbkl $t" "$r" |