summaryrefslogtreecommitdiffstats
path: root/sxhkd/.local/bin/rofi-light
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-04-29 00:05:14 -0400
committerAmin Bandali <amin@aminb.org>2018-04-29 00:05:14 -0400
commitb13e2dc196995c5a8941b366c56e9ba597ed50db (patch)
treee3936aab6213e545a7e46834e1ed4195bd250ebc /sxhkd/.local/bin/rofi-light
parentd3e6bf8ceb0ea00888a6e1e9a3921f7f9b967a00 (diff)
downloadconfigs-b13e2dc196995c5a8941b366c56e9ba597ed50db.tar.gz
configs-b13e2dc196995c5a8941b366c56e9ba597ed50db.tar.xz
configs-b13e2dc196995c5a8941b366c56e9ba597ed50db.zip
[rc/{afew,bspwm}] migrate afew and bspwm (and sxhkd) configs
Diffstat (limited to '')
-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