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

13 lines
206 B
Bash
Executable File

#!/usr/bin/env bash
# Import Current Theme
DIR="$HOME/.config/hypr"
RASI="$DIR/rofi/runner.rasi"
TERMINAL="$DIR/scripts/alacritty"
# Run
rofi \
-show ssh \
-terminal ${TERMINAL} \
-theme ${RASI}