From fe1f6d4c3adfa6bc925ea7f4f3f62aefc5df6e85 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 Aug 2025 10:49:38 +0200 Subject: [PATCH] Just be consistent --- bin/omarchy-refresh-hyprsunset | 2 +- bin/omarchy-restart-hyprsunset | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 bin/omarchy-restart-hyprsunset diff --git a/bin/omarchy-refresh-hyprsunset b/bin/omarchy-refresh-hyprsunset index d30260d..ca2ab1a 100755 --- a/bin/omarchy-refresh-hyprsunset +++ b/bin/omarchy-refresh-hyprsunset @@ -1,4 +1,4 @@ #!/bin/bash omarchy-refresh-config hypr/hyprsunset.conf -omarchy-restart-app hyprsunset +omarchy-restart-hyprsunset diff --git a/bin/omarchy-restart-hyprsunset b/bin/omarchy-restart-hyprsunset new file mode 100755 index 0000000..0e681bf --- /dev/null +++ b/bin/omarchy-restart-hyprsunset @@ -0,0 +1,3 @@ +#!/bin/bash + +omarchy-restart-app hyprsunset