summaryrefslogtreecommitdiffstats
path: root/.local/bin/rofi-light
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/rofi-light')
-rwxr-xr-x.local/bin/rofi-light4
1 files changed, 0 insertions, 4 deletions
diff --git a/.local/bin/rofi-light b/.local/bin/rofi-light
deleted file mode 100755
index 72fbd43..0000000
--- a/.local/bin/rofi-light
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-cur=$(light -G)
-val=$(rofi -dmenu -mesg "brightness: $cur" -p "" -l 0 -width 13)
-[ -n "$val" ] && light -S "$val"