Files
archcraft-berry/files/scripts/rofi_windows
T
2023-07-16 01:32:34 +05:30

13 lines
218 B
Bash
Executable File

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