#!/bin/sh if [ $(hostname) = "syl" ]; then style="laptop" else style="desktop" #echo "this is not hidpi" fi lolcate | rofi -dmenu -p "File Search:" -i -matching regex -theme ~/.config/rofi/launchers-git/$style-rbw.rasi | xargs -r0 xdg-open