#!/usr/bin/env bash ## Author : Aditya Shakya (adi1090x) ## Github : @adi1090x ## Modified : spinach # ## Rofi : Launcher (Modi Drun, Run, File Browser, Window) # ## Available Styles # ## dropdown-transparent dropdown-text ## fullscreen-transparent small-transparent dir="$HOME/.config/rofi/launchers" theme='dropdown-text-files' # theme override if [[ -n "$1" ]] ; then theme="$1" fi ## Run rofi \ -show filebrowser \ -theme ${dir}/${theme}.rasi