From 8dc198c57f3ab456df055cb01883d766031e5e2e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 5 Aug 2025 09:32:35 +0200 Subject: [PATCH] Use full path so they can safely be run from Walker menu --- bin/omarchy-refresh-hypridle | 4 ++-- bin/omarchy-refresh-hyprland | 2 +- bin/omarchy-refresh-hyprlock | 3 +-- bin/omarchy-refresh-hyprsunset | 4 ++-- bin/omarchy-refresh-swayosd | 6 +++--- bin/omarchy-refresh-walker | 4 ++-- bin/omarchy-refresh-waybar | 6 +++--- bin/omarchy-restart-hypridle | 2 +- bin/omarchy-restart-hyprsunset | 2 +- bin/omarchy-restart-swayosd | 2 +- bin/omarchy-restart-waybar | 2 +- bin/omarchy-restart-xcompose | 2 +- 12 files changed, 19 insertions(+), 20 deletions(-) diff --git a/bin/omarchy-refresh-hypridle b/bin/omarchy-refresh-hypridle index f555f0f2..7821e43a 100755 --- a/bin/omarchy-refresh-hypridle +++ b/bin/omarchy-refresh-hypridle @@ -1,4 +1,4 @@ #!/bin/bash -omarchy-refresh-config hypr/hypridle.conf -omarchy-restart-hypridle +~/.local/share/omarchy/bin/omarchy-refresh-config hypr/hypridle.conf +~/.local/share/omarchy/bin/omarchy-restart-hypridle diff --git a/bin/omarchy-refresh-hyprland b/bin/omarchy-refresh-hyprland index 6524a057..72f06435 100755 --- a/bin/omarchy-refresh-hyprland +++ b/bin/omarchy-refresh-hyprland @@ -1,3 +1,3 @@ #!/bin/bash -omarchy-refresh-config hypr/hyprland.conf +~/.local/share/omarchy/bin/omarchy-refresh-config hypr/hyprland.conf diff --git a/bin/omarchy-refresh-hyprlock b/bin/omarchy-refresh-hyprlock index e14915a2..345d6ae2 100755 --- a/bin/omarchy-refresh-hyprlock +++ b/bin/omarchy-refresh-hyprlock @@ -1,4 +1,3 @@ #!/bin/bash -omarchy-refresh-config hypr/hyprlock.conf - +~/.local/share/omarchy/bin/omarchy-refresh-config hypr/hyprlock.conf diff --git a/bin/omarchy-refresh-hyprsunset b/bin/omarchy-refresh-hyprsunset index ca2ab1a6..fb458af9 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-hyprsunset +~/.local/share/omarchy/bin/omarchy-refresh-config hypr/hyprsunset.conf +~/.local/share/omarchy/bin/omarchy-restart-hyprsunset diff --git a/bin/omarchy-refresh-swayosd b/bin/omarchy-refresh-swayosd index 0dd7f0db..c2903735 100755 --- a/bin/omarchy-refresh-swayosd +++ b/bin/omarchy-refresh-swayosd @@ -1,5 +1,5 @@ #!/bin/bash -omarchy-refresh-config swayosd/config.toml -omarchy-refresh-config swayosd/style.css -omarchy-restart-swayosd +~/.local/share/omarchy/bin/omarchy-refresh-config swayosd/config.toml +~/.local/share/omarchy/bin/omarchy-refresh-config swayosd/style.css +~/.local/share/omarchy/bin/omarchy-restart-swayosd diff --git a/bin/omarchy-refresh-walker b/bin/omarchy-refresh-walker index aa7a0210..90053acc 100755 --- a/bin/omarchy-refresh-walker +++ b/bin/omarchy-refresh-walker @@ -1,4 +1,4 @@ #!/bin/bash -omarchy-refresh-config walker/config.toml -omarchy-restart-walker +~/.local/share/omarchy/bin/omarchy-refresh-config walker/config.toml +~/.local/share/omarchy/bin/omarchy-restart-walker diff --git a/bin/omarchy-refresh-waybar b/bin/omarchy-refresh-waybar index 3f6af499..3401efd4 100755 --- a/bin/omarchy-refresh-waybar +++ b/bin/omarchy-refresh-waybar @@ -1,5 +1,5 @@ #!/bin/bash -omarchy-refresh-config waybar/config.jsonc -omarchy-refresh-config waybar/style.css -omarchy-restart-waybar +~/.local/share/omarchy/bin/omarchy-refresh-config waybar/config.jsonc +~/.local/share/omarchy/bin/omarchy-refresh-config waybar/style.css +~/.local/share/omarchy/bin/omarchy-restart-waybar diff --git a/bin/omarchy-restart-hypridle b/bin/omarchy-restart-hypridle index 261f0aa3..501440c5 100755 --- a/bin/omarchy-restart-hypridle +++ b/bin/omarchy-restart-hypridle @@ -1,3 +1,3 @@ #!/bin/bash -omarchy-restart-app hypridle +~/.local/share/omarchy/bin/omarchy-restart-app hypridle diff --git a/bin/omarchy-restart-hyprsunset b/bin/omarchy-restart-hyprsunset index 0e681bfd..01b2fa72 100755 --- a/bin/omarchy-restart-hyprsunset +++ b/bin/omarchy-restart-hyprsunset @@ -1,3 +1,3 @@ #!/bin/bash -omarchy-restart-app hyprsunset +~/.local/share/omarchy/bin/omarchy-restart-app hyprsunset diff --git a/bin/omarchy-restart-swayosd b/bin/omarchy-restart-swayosd index b155bc2f..4a1af50d 100755 --- a/bin/omarchy-restart-swayosd +++ b/bin/omarchy-restart-swayosd @@ -1,3 +1,3 @@ #!/bin/bash -omarchy-restart-app swayosd-server +~/.local/share/omarchy/bin/omarchy-restart-app swayosd-server diff --git a/bin/omarchy-restart-waybar b/bin/omarchy-restart-waybar index 53b570ef..9e3a1814 100755 --- a/bin/omarchy-restart-waybar +++ b/bin/omarchy-restart-waybar @@ -1,3 +1,3 @@ #!/bin/bash -omarchy-restart-app waybar +~/.local/share/omarchy/bin/omarchy-restart-app waybar diff --git a/bin/omarchy-restart-xcompose b/bin/omarchy-restart-xcompose index 45f7d9a8..c1714a55 100755 --- a/bin/omarchy-restart-xcompose +++ b/bin/omarchy-restart-xcompose @@ -1,3 +1,3 @@ #!/bin/bash -omarchy-restart-app fcitx5 +~/.local/share/omarchy/bin/omarchy-restart-app fcitx5