You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a bad trailing comma after `"_no_match": " "`
sorry for the confusion
There's also a fork with changes from me and bastidest, we are still
waiting cboddy merges the changes :)
#32
Il giorno dom 24 gen 2021 alle ore 15:02 AhmedShabahat <
[email protected]> ha scritto:
python3 -m json.tool /path/to/your/app-icons.json
when trying to run above command i am getting 'Expecting value:line 1
column 1 (char 0)'
#my json file
***@***.***: ~$ cat ~/home/shabahat/.config/i3/app-icons.json
{
"firefox": " ",
"x-terminal-emulator": "",
"nautilus": " ",
"clementine": " ",
"vlc": " ",
"signal": " ",
"_no_match": " ",
}
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#37>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFAWIDP32MYOROD2V52Q3OTS3QSBFANCNFSM4WQR2LAA>
.
python3 -m json.tool /path/to/your/app-icons.json
when trying to run above command i am getting 'Expecting value:line 1 column 1 (char 0)'
#my json file
shabahat@acer: ~$ cat ~/home/shabahat/.config/i3/app-icons.json
{
"firefox": " ",
"x-terminal-emulator": "",
"nautilus": " ",
"clementine": " ",
"vlc": " ",
"signal": " ",
"_no_match": " ",
}
The text was updated successfully, but these errors were encountered: