Files
archcraft-berry/files/scripts/rofi_runner
T
2023-07-16 01:32:34 +05:30

13 lines
214 B
Bash
Executable File

#!/usr/bin/env bash
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
# Import Current Theme
DIR="$HOME/.config/berry"
RASI="$DIR/theme/rofi/runner.rasi"
# Run
rofi \
-show run \
-theme ${RASI}