From e1f697f91444a8faaf5b3bdf8ba2802013167dec Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 Aug 2025 10:34:50 +0200 Subject: [PATCH] Use restart bin extraction --- bin/omarchy-refresh-swayosd | 4 +--- bin/omarchy-restart-swayosd | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100755 bin/omarchy-restart-swayosd diff --git a/bin/omarchy-refresh-swayosd b/bin/omarchy-refresh-swayosd index c2c4999..0dd7f0d 100755 --- a/bin/omarchy-refresh-swayosd +++ b/bin/omarchy-refresh-swayosd @@ -2,6 +2,4 @@ omarchy-refresh-config swayosd/config.toml omarchy-refresh-config swayosd/style.css - -pkill swayosd-server -setsid uwsm app -- swayosd-server &>/dev/null & +omarchy-restart-swayosd diff --git a/bin/omarchy-restart-swayosd b/bin/omarchy-restart-swayosd new file mode 100755 index 0000000..b155bc2 --- /dev/null +++ b/bin/omarchy-restart-swayosd @@ -0,0 +1,3 @@ +#!/bin/bash + +omarchy-restart-app swayosd-server