[modules/speedtest] no autostart, improve icons

do not start a speedtest automatically during startup, and improve the
icons a bit.
This commit is contained in:
tobi-wan-kenobi 2020-06-26 09:40:35 +02:00
parent 4ac8c2ef7a
commit 4925e09995
3 changed files with 12 additions and 3 deletions

View file

@ -362,5 +362,9 @@
},
"arandr": {
"prefix": " displays "
},
"speedtest": {
"running": { "prefix": [".", "..", "...", ".."] },
"not-running": { "prefix": "[start]" }
}
}

View file

@ -283,7 +283,7 @@
"prefix": ""
},
"speedtest": {
"running": { "prefix": "\uf110" },
"running": { "prefix": ["\uf251", "\uf252", "\uf253"] },
"not-running": { "prefix": "\uf144" }
}
}