summaryrefslogtreecommitdiffstats
path: root/sxhkd/.local/bin/rofi-light
diff options
context:
space:
mode:
Diffstat (limited to 'sxhkd/.local/bin/rofi-light')
-rwxr-xr-xsxhkd/.local/bin/rofi-light5
1 files changed, 0 insertions, 5 deletions
diff --git a/sxhkd/.local/bin/rofi-light b/sxhkd/.local/bin/rofi-light
deleted file mode 100755
index 96b0126..0000000
--- a/sxhkd/.local/bin/rofi-light
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-cur=$(light -G)
-val=$(rofi -dmenu -mesg "light $cur" -p "light -S " -l 0 -width 8)
-light -S $val