archcraft-openbox/files/scripts/rofi-launcher

15 lines
264 B
Plaintext
Raw Normal View History

2023-10-05 10:09:04 +00:00
#!/usr/bin/env bash
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
# Import Current Theme
DIR="$HOME/.config/openbox"
STYLE="default"
RASI="$DIR/themes/$STYLE/rofi/launcher.rasi"
# Run
rofi \
-show drun \
-kb-cancel Alt-F1 \
-theme ${RASI}