11 lines
147 B
Bash
Executable File
11 lines
147 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Import Current Theme
|
|
DIR="$HOME/.config/hypr"
|
|
RASI="$DIR/rofi/runner.rasi"
|
|
|
|
# Run
|
|
rofi \
|
|
-show window \
|
|
-theme ${RASI}
|