Files
polybar/ac-adaptive/scripts/rofi-launcher

14 lines
254 B
Bash
Executable File

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