Create nextinit
This commit is contained in:
parent
66d225df40
commit
22ef5154a6
1 changed files with 7 additions and 0 deletions
7
config/sway/scripts/nextinit
Normal file
7
config/sway/scripts/nextinit
Normal 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
|
Loading…
Reference in a new issue