9 lines
134 B
Bash
Executable file
9 lines
134 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
dir="$HOME/.config/rofi/launcher/"
|
|
theme='style'
|
|
|
|
## Run
|
|
rofi \
|
|
-show drun \
|
|
-theme ${dir}/${theme}.rasi
|