rofi/launchers/launcher.sh
2023-02-25 16:06:52 -05:00

24 lines
454 B
Bash
Executable File

#!/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='small-transparent'
# theme override
if [[ -n "$1" ]] ; then
theme="$1"
fi
## Run
rofi \
-show drun \
-theme ${dir}/${theme}.rasi