noice
This commit is contained in:
parent
f537219d62
commit
ee15506e54
4 changed files with 76 additions and 14 deletions
7
rofi.sh
7
rofi.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue