From 529fcc92e19d8e6dcde45fbd56ddd156fdbcacdc Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Sun, 26 Feb 2023 12:07:23 -0500 Subject: [PATCH] missed bracket --- weather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather b/weather index 6dc56e2..4d41b5d 100755 --- a/weather +++ b/weather @@ -284,7 +284,7 @@ display_forecast() { # wil be sent to scratchpad in i3 st -n weather -e less -Srf /tmp/weather & - i3-msg "[instance=weather scratchpad show" >/dev/null + i3-msg "[instance=weather] scratchpad show" >/dev/null exit 0 }