[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:
parent
4ac8c2ef7a
commit
4925e09995
3 changed files with 12 additions and 3 deletions
|
@ -362,5 +362,9 @@
|
|||
},
|
||||
"arandr": {
|
||||
"prefix": " displays "
|
||||
},
|
||||
"speedtest": {
|
||||
"running": { "prefix": [".", "..", "...", ".."] },
|
||||
"not-running": { "prefix": "[start]" }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -283,7 +283,7 @@
|
|||
"prefix": ""
|
||||
},
|
||||
"speedtest": {
|
||||
"running": { "prefix": "\uf110" },
|
||||
"running": { "prefix": ["\uf251", "\uf252", "\uf253"] },
|
||||
"not-running": { "prefix": "\uf144" }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue