dotfiles/hypr/scripts/rofi_windows
2024-10-23 11:53:39 +02:00

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}