Create nextinit

This commit is contained in:
Lian Drake 2024-09-08 13:50:13 -04:00 committed by GitHub
parent 66d225df40
commit 22ef5154a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,7 @@
#!/bin/bash
while [[ "$(top -bn1 | grep -m 1 -o waybar)" = "" ]]; do
sleep 1
done
sleep 1 && flatpak run com.nextcloud.desktopclient.nextcloud --background > /dev/null 2>&1