14 lines
357 B
Bash
Executable File
14 lines
357 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
## Author : Marc Sastre, based on Aditya Shakya (adi1090x, Github : @adi1090x)
|
|
## Rofi : Launcher
|
|
|
|
# For debugging/development purposes
|
|
# PREFIX=projects/samfelag/config/
|
|
|
|
# Rofi command to pipe into, can add any options here
|
|
dir="$HOME/$PREFIX.config/rofi/menus/launcher/"
|
|
theme='launcher'
|
|
|
|
rofi -show drun -theme ${dir}/${theme}.rasi
|