Drop rofi in favour of dmenu
[~bandali/configs] / .local / bin / rofi-light
diff --git a/.local/bin/rofi-light b/.local/bin/rofi-light
deleted file mode 100755 (executable)
index f43543b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-cur=$(light -G)
-val=$(rofi -dmenu -mesg "light    $cur" -p "light -S " -l 0 -width 12)
-[ -n "$val" ] && light -S "$val"