11 lines
233 B
Bash
Executable File
11 lines
233 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
## Author : Marc Sastre, based on Aditya Shakya (adi1090x, Github : @adi1090x)
|
|
## Rofi : Launcher
|
|
|
|
# Current Theme
|
|
dir="$HOME/.config/rofi/launcher/"
|
|
theme='launcher'
|
|
|
|
rofi -show drun -theme ${dir}/${theme}.rasi
|