Files
archcraft-berry/files/scripts/rofi_launcher
T
2024-01-06 18:48:02 +05:30

14 lines
238 B
Bash
Executable File

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