This commit is contained in:
pika 2025-05-12 14:37:00 +02:00
parent f537219d62
commit ee15506e54
4 changed files with 76 additions and 14 deletions

View file

@ -79,7 +79,9 @@
main() {
local rofiTemp="$(mktemp -d)"
if ! command_exists rofi; then
run git clone --depth=1 https://github.com/A417ya/rofi-wayland "$rofiTemp/rofi"
echo_info "Cloning rofi to $rofiTemp/rofi"
git clone --depth=1 https://github.com/A417ya/rofi-wayland "$rofiTemp/rofi"
sleep 0.2
@ -94,6 +96,9 @@
ninja -C build install
fi
echo_note "Cleaning up old $rofiTemp directory.."
rm -rf $rofiTemp
}
if getImports; then