Files
scripts/rofi_windows
2026-03-24 00:03:59 +01:00

14 lines
223 B
Bash
Executable File

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