Add rofi-fontawesome icon picker mode

This commit is contained in:
Marty Oehme 2019-09-05 19:21:55 +02:00
parent ff6ca7e684
commit c6c4161d77
2 changed files with 47 additions and 1 deletions

View file

@ -67,7 +67,6 @@ if [ -z "$*" ]; then
printf "\x00prompt\x1fPower> \n"
# we can use pango markup to hide text which we can then search. Neat!
printf "\0markup-rows\x1ftrue\n"
printf "\0filter\x1fshutdown\n"
printf "<!-- Shutdown Poweroff --> %s\n" "$power_off_btn"
printf "<!-- Reboot Restart --> %s\n" "$reboot_btn"