From e371d9edd474bcf89cf5d462eaccb8638900b390 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 3 Oct 2020 19:27:15 -0400 Subject: Initial commit --- .local/bin/screenstatus | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .local/bin/screenstatus (limited to '.local/bin/screenstatus') diff --git a/.local/bin/screenstatus b/.local/bin/screenstatus new file mode 100755 index 0000000..009c01f --- /dev/null +++ b/.local/bin/screenstatus @@ -0,0 +1,4 @@ +#!/bin/sh + +notify-send.sh --replace-file /tmp/vol-notif -a "Screen Brightness" "$(xbacklight -get)%" + -- cgit v1.2.3