[emacs] remove previous [experimental] emacs config
[~bandali/configs] / sxhkd / .local / bin / rofi-light
CommitLineData
7372a4ea
AB
1#!/bin/sh
2
3cur=$(light -G)
4val=$(rofi -dmenu -mesg "light $cur" -p "light -S " -l 0 -width 8)
5light -S $val