Files
kde-codex-dashboard/contents/config/main.xml
T

29 lines
1009 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfgfile name=""/>
<group name="General">
<entry name="refreshIntervalSec" type="Int">
<default>300</default>
<min>30</min>
<max>3600</max>
<label>Intervallo di aggiornamento (secondi)</label>
<whatsthis>Quanto spesso il plasmoide aggiorna le quote Codex. Minimo 30s. Default 300s (5 minuti).</whatsthis>
</entry>
<entry name="warnThreshold" type="Int">
<default>60</default>
<min>0</min>
<max>100</max>
<label>Soglia residuo giallo (%)</label>
</entry>
<entry name="critThreshold" type="Int">
<default>30</default>
<min>0</min>
<max>100</max>
<label>Soglia residuo rosso (%)</label>
</entry>
</group>
</kcfg>