Run the omarchy-update in a terminal process not owned by waybar so it'll survive being restarted
This commit is contained in:
4
bin/omarchy-launch-terminal-with-presentation
Executable file
4
bin/omarchy-launch-terminal-with-presentation
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cmd="$*"
|
||||
setsid alacritty -e bash -c "omarchy-show-logo; $cmd; omarchy-show-done"
|
||||
Reference in New Issue
Block a user