#!/bin/sh theme="~/.i3/rofi.theme" cmd=$( cat ~/.i3/favs | rofi -dmenu -i -theme $theme ) exec $cmd