From f97bcb5e1560b17cd06ef171129fdae9c78cf52e Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me> Date: Wed, 11 Nov 2020 16:39:32 -0500 Subject: [PATCH] fix status script --- status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status b/status index 0b0b695..03c3124 100755 --- a/status +++ b/status @@ -14,4 +14,4 @@ function power_set() { fi } -notify-send -i "clock" "echo $(time_set)" "echo $(power_set)" +notify-send -i "clock" "`echo $(time_set)`" "`echo $(power_set)`" -- 2.39.2