57
57
<key name="description-expressions" type="as">
58
<!-- TRANSLATORS: This is a list of translatable strings. Do not translate anything inside of $(...), and make sure to keep any brackets, quotes, backslashes and commas. -->
59
60
"CPU $(percent(cpu.inuse)) Mem $(size(mem.user)) Net down $(speed(net.down+net.pdown)) up $(speed(net.up+net.pup)) Swap $(size(swap.used)) Load $(decimals(load.avg,2)) Disk read $(speed(disk.read)) write $(speed(disk.write))"
61
62
<_summary>Information in the accessible description of the indicator</_summary>
64
65
<key name="indicator-expressions" type="as">
66
<!-- TRANSLATORS: This is a list of translatable strings. Do not translate anything inside of $(...), and make sure to keep any brackets, quotes, backslashes and commas. -->
67
69
"CPU $(percent(cpu.inuse))",