mess around with rofi brightness script

This commit is contained in:
Noah Masur 2022-05-15 14:31:22 -04:00
parent 58ca0a0fe2
commit cb47f4bbd3

View File

@ -0,0 +1,10 @@
#!/usr/bin/env bash
# THEME="$HOME/.config/rofi/config.rasi"
ICON_UP=""
ICON_DOWN=""
ICON_OPT=""
options="$ICON_UP\n$ICON_OPT\n$ICON_DOWN"
chosen="$(echo -e "$options" | rofi -theme-str 'listview { layout:horizontal; }' -dmenu)"
echo "$chosen"