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