rofi is bae

This commit is contained in:
Geoffrey Frogeye 2018-08-17 15:34:09 +02:00
parent 6ad14b3231
commit 27a817fff3
10 changed files with 15 additions and 238 deletions

View file

@ -2,7 +2,7 @@
shopt -s nullglob globstar
profile=$(echo -e "$(autorandr 2>&1 | cut -d' ' -f1)" | ~/.config/i3/dmenu_cmd -p "Save profile" "$@")
profile=$(echo -e "$(autorandr 2>&1 | cut -d' ' -f1)" | rofi -dmenu -p "Save profile" "$@")
[[ -n $profile ]] || exit