missed bracket

This commit is contained in:
spinach 2023-02-26 12:07:23 -05:00
parent 21f6f7bb5e
commit 529fcc92e1

View File

@ -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
}