summaryrefslogtreecommitdiffstats
path: root/.local/bin/rofi-light
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-04-12 23:39:24 -0400
committerAmin Bandali <bandali@gnu.org>2019-04-13 00:40:17 -0400
commita92a01fe479e3b069e23297cb3b541eb273deb58 (patch)
tree092762963a81ac538b16deda8e2e1c7ea3fc1e2b /.local/bin/rofi-light
parentec80f07afe6f0985de1aff4d321292c93b3cb4ef (diff)
downloadconfigs-a92a01fe479e3b069e23297cb3b541eb273deb58.tar.gz
configs-a92a01fe479e3b069e23297cb3b541eb273deb58.tar.xz
configs-a92a01fe479e3b069e23297cb3b541eb273deb58.zip
scripts: pull current scripts out of rc.org & clean up
battery-percentage-time: pull out of rc.org scripts my-i3status: pull out of rc.org rofi-light: pull out of rc.org rofi-remmina: pull out of rc.org s: pull out of rc.org sway-ws-util: pull out of rc.org toggle-presentation-mode: pull out of rc.org toggle-tablet: pull out of rc.org volume-info: pull out of rc.org zathura-sync: pull out of rc.org remove Scripts
Diffstat (limited to '.local/bin/rofi-light')
-rwxr-xr-x.local/bin/rofi-light5
1 files changed, 5 insertions, 0 deletions
diff --git a/.local/bin/rofi-light b/.local/bin/rofi-light
new file mode 100755
index 0000000..f2a46af
--- /dev/null
+++ b/.local/bin/rofi-light
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cur=$(light -G)
+val=$(rofi -dmenu -mesg "light $cur" -p "light -S " -l 0 -width 12)
+[ -n "$val" ] && light -S "$val"