From faa9cecb3449cc5299ea6cc0467ca1b82d3559bd Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 21 May 2026 15:45:36 +0200 Subject: [PATCH] Don't need to quote --- bin/omarchy-battery-low | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-battery-low b/bin/omarchy-battery-low index 346d1107..d107d4f8 100755 --- a/bin/omarchy-battery-low +++ b/bin/omarchy-battery-low @@ -13,5 +13,5 @@ fi level=$1 -omarchy-notification-send -g "󱐋" -u critical "Time to recharge!" "Battery is down to ${level}%" -i battery-caution -t 30000 +omarchy-notification-send -g 󱐋 -u critical "Time to recharge!" "Battery is down to ${level}%" -i battery-caution -t 30000 omarchy-hook battery-low "$level"