]> git.armaanb.net Git - bin.git/commitdiff
fix status script
authorArmaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me>
Wed, 11 Nov 2020 21:39:32 +0000 (16:39 -0500)
committerArmaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me>
Wed, 11 Nov 2020 21:39:32 +0000 (16:39 -0500)
status

diff --git a/status b/status
index 0b0b6952557d197809d2ba1c24ff0f3d347010ef..03c31247f6d05ffeb13dce4ba91d751efed89380 100755 (executable)
--- 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)`"