Skip to content

Instantly share code, notes, and snippets.

@Ferdi265
Last active October 22, 2019 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ferdi265/dc6c2ebbd5d21970df02caa7f5685827 to your computer and use it in GitHub Desktop.
Save Ferdi265/dc6c2ebbd5d21970df02caa7f5685827 to your computer and use it in GitHub Desktop.
i3bar crash reproducing testcase
# i3 config file (v4)
bindsym e exit
bar {
status_command ~/i3bar_cra.sh
}
#!/bin/bash
echo '{"version":1}'
echo '['
echo '["", {"name":"foo","full_text":"bar"}],'
cat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment