dotfiles/config/i3/scripts/rofi_windows
2024-04-04 12:51:24 +02:00

14 lines
239 B
Bash
Executable File

#!/usr/bin/env bash
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
# Import Current Theme
DIR="$HOME/.config/i3"
STYLE="onedark"
RASI="$DIR/themes/$STYLE/rofi/windows.rasi"
# Run
rofi \
-show window \
-theme ${RASI}