From ca3a844af240ca87882522d14b530e0f1a6327ef Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 6 Oct 2020 00:14:12 -0400 Subject: Move user-level configs out of rc.org I will keep rc.org around for now, only for system-level (global) config files. --- .local/bin/rofi-light | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .local/bin/rofi-light (limited to '.local/bin/rofi-light') diff --git a/.local/bin/rofi-light b/.local/bin/rofi-light new file mode 100755 index 0000000..f43543b --- /dev/null +++ b/.local/bin/rofi-light @@ -0,0 +1,4 @@ +#!/bin/sh +cur=$(light -G) +val=$(rofi -dmenu -mesg "light $cur" -p "light -S " -l 0 -width 12) +[ -n "$val" ] && light -S "$val" -- cgit v1.2.3-60-g2f50