mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 22:00:14 +00:00
mess around with rofi brightness script
This commit is contained in:
10
modules/graphical/rofi/brightness.sh
Executable file
10
modules/graphical/rofi/brightness.sh
Executable 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"
|
Reference in New Issue
Block a user