diff --git a/package/contents/config/main.xml b/package/contents/config/main.xml
index e33639c..6840e72 100644
--- a/package/contents/config/main.xml
+++ b/package/contents/config/main.xml
@@ -58,6 +58,9 @@
10
+
+ true
+
26
diff --git a/package/contents/locale/fr/LC_MESSAGES/plasma_applet_org.kde.resourcesMonitor-fork.mo b/package/contents/locale/fr/LC_MESSAGES/plasma_applet_org.kde.resourcesMonitor-fork.mo
index 5007779..5bd4032 100644
Binary files a/package/contents/locale/fr/LC_MESSAGES/plasma_applet_org.kde.resourcesMonitor-fork.mo and b/package/contents/locale/fr/LC_MESSAGES/plasma_applet_org.kde.resourcesMonitor-fork.mo differ
diff --git a/package/contents/locale/nl/LC_MESSAGES/plasma_applet_org.kde.resourcesMonitor-fork.mo b/package/contents/locale/nl/LC_MESSAGES/plasma_applet_org.kde.resourcesMonitor-fork.mo
index 2e3b93b..532fd9b 100644
Binary files a/package/contents/locale/nl/LC_MESSAGES/plasma_applet_org.kde.resourcesMonitor-fork.mo and b/package/contents/locale/nl/LC_MESSAGES/plasma_applet_org.kde.resourcesMonitor-fork.mo differ
diff --git a/package/contents/ui/components/SensorGraph.qml b/package/contents/ui/components/SensorGraph.qml
index 658f542..413b92f 100644
--- a/package/contents/ui/components/SensorGraph.qml
+++ b/package/contents/ui/components/SensorGraph.qml
@@ -1,4 +1,5 @@
import QtQuick 2.2
+import QtGraphicalEffects 1.0
import org.kde.plasma.plasmoid 2.0
import org.kde.plasma.components 2.0 as PlasmaComponents
@@ -26,6 +27,7 @@ Item {
property color secondLabelColor: theme.textColor
property bool secondLabelWhenZero: true
+ property bool enableShadows: plasmoid.configuration.enableShadows
property string placement: plasmoid.configuration.placement // Values: top-right, top-left, bottom-right, bottom-left
property string displayment: plasmoid.configuration.displayment // Values: always, hover, hover-hints
@@ -254,6 +256,17 @@ Item {
}
]
}
+
+ DropShadow {
+ visible: enableShadows
+ anchors.fill: textContainer
+ radius: 3
+ samples: 8
+ spread: 0.8
+ fast: true
+ color: theme.backgroundColor
+ source: textContainer
+ }
}
function canSeeSecondLine() {
diff --git a/package/contents/ui/config/ConfigAppearance.qml b/package/contents/ui/config/ConfigAppearance.qml
index e0dff9e..96e9018 100644
--- a/package/contents/ui/config/ConfigAppearance.qml
+++ b/package/contents/ui/config/ConfigAppearance.qml
@@ -16,6 +16,7 @@ QtLayouts.ColumnLayout {
property alias cfg_graphMargin: graphMargin.value
property alias cfg_graphFillOpacity: graphFillOpacity.value
+ property alias cfg_enableShadows: enableShadows.checked
property alias cfg_fontScale: fontScale.value
property string cfg_placement: ""
property string cfg_displayment: ""
@@ -120,6 +121,11 @@ QtLayouts.ColumnLayout {
id: textPage
wideMode: true
+ QtControls.CheckBox {
+ id: enableShadows
+ text: i18n("Drop shadows")
+ }
+
RMControls.SpinBox {
id: fontScale
Kirigami.FormData.label: i18n("Font scale:")
diff --git a/package/metadata.desktop b/package/metadata.desktop
index 9460948..937a6fc 100644
--- a/package/metadata.desktop
+++ b/package/metadata.desktop
@@ -19,4 +19,4 @@ Icon=utilities-system-monitor
Name[fr]=Moniteur des ressources (fork)
Name[nl]=Systeembronmonitor (afsplitsing)
Comment[fr]=Plasmoid pour surveiller l'utilisation du CPU, de la mémoire et du traffic réseau. Ceci est un fork de "Resources Monitor" de Kotelnik
-Comment[nl]=Een plasmoid voor het monitoren van de cpu, het werkgeheugen en netwerkverkeer. Dit is een afsplitsing van ‘Resources Monitor’ van Kotelnik.
+Comment[nl]=Een plasmoid voor het monitoren van de cpu, het werkgeheugen en netwerkverkeer. Dit is een afsplitsing van "Resources Monitor" van Kotelnik.
diff --git a/package/translate/README.md b/package/translate/README.md
index 67ddf28..6768e80 100644
--- a/package/translate/README.md
+++ b/package/translate/README.md
@@ -23,6 +23,6 @@ Or if you know how to make a pull request
| Locale | Lines | % Done|
|----------|---------|-------|
-| Template | 68 | |
-| fr | 68/68 | 100% |
-| nl | 68/68 | 100% |
+| Template | 69 | |
+| fr | 69/69 | 100% |
+| nl | 69/69 | 100% |
diff --git a/package/translate/fr.po b/package/translate/fr.po
index 1e8f4a4..3e74e38 100644
--- a/package/translate/fr.po
+++ b/package/translate/fr.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: resourcesMonitor-fork\n"
"Report-Msgid-Bugs-To: https://github.com/orblazer/plasma-applet-resources-monitor\n"
-"POT-Creation-Date: 2021-12-05 19:54+0100\n"
-"PO-Revision-Date: 2021-12-05 12:09+0100\n"
+"POT-Creation-Date: 2021-12-19 13:25+0100\n"
+"PO-Revision-Date: 2021-12-19 13:25+0100\n"
"Last-Translator: orblazer\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -53,119 +53,123 @@ msgctxt "kibibyte suffix"
msgid "iB/s"
msgstr "io/s"
-#: ../contents/ui/config/ConfigAppearance.qml:45
+#: ../contents/ui/config/ConfigAppearance.qml:46
msgid "Graph"
msgstr "Graphique"
-#: ../contents/ui/config/ConfigAppearance.qml:50
+#: ../contents/ui/config/ConfigAppearance.qml:51
msgid "Text"
msgstr "Texte"
-#: ../contents/ui/config/ConfigAppearance.qml:55
+#: ../contents/ui/config/ConfigAppearance.qml:56
msgid "Colors"
msgstr "Couleurs"
-#: ../contents/ui/config/ConfigAppearance.qml:70
+#: ../contents/ui/config/ConfigAppearance.qml:71
msgid "Vertical layout"
msgstr "Disposition verticale"
-#: ../contents/ui/config/ConfigAppearance.qml:75
+#: ../contents/ui/config/ConfigAppearance.qml:76
msgid "Sample count:"
msgstr "Nombre d'échantillons :"
-#: ../contents/ui/config/ConfigAppearance.qml:82
+#: ../contents/ui/config/ConfigAppearance.qml:83
msgid "Width:"
msgstr "Largeur :"
-#: ../contents/ui/config/ConfigAppearance.qml:89
+#: ../contents/ui/config/ConfigAppearance.qml:90
msgid "Height:"
msgstr "Hauteur :"
-#: ../contents/ui/config/ConfigAppearance.qml:96
+#: ../contents/ui/config/ConfigAppearance.qml:97
msgid "Margin:"
msgstr "Marge :"
-#: ../contents/ui/config/ConfigAppearance.qml:107
+#: ../contents/ui/config/ConfigAppearance.qml:108
msgid "Fill opacity:"
msgstr "Opacité du remplissage :"
-#: ../contents/ui/config/ConfigAppearance.qml:125
+#: ../contents/ui/config/ConfigAppearance.qml:126
+msgid "Drop shadows"
+msgstr "Ombres portées"
+
+#: ../contents/ui/config/ConfigAppearance.qml:131
msgid "Font scale:"
msgstr "Taille de la police :"
-#: ../contents/ui/config/ConfigAppearance.qml:137
+#: ../contents/ui/config/ConfigAppearance.qml:143
msgid "Text displayment:"
msgstr "Affichage du texte :"
-#: ../contents/ui/config/ConfigAppearance.qml:140
+#: ../contents/ui/config/ConfigAppearance.qml:146
msgid "Always"
msgstr "Toujours"
-#: ../contents/ui/config/ConfigAppearance.qml:143
+#: ../contents/ui/config/ConfigAppearance.qml:149
msgid "On hover"
msgstr "Au survol"
-#: ../contents/ui/config/ConfigAppearance.qml:146
+#: ../contents/ui/config/ConfigAppearance.qml:152
msgid "Hints when hover"
msgstr "Indices au survol"
-#: ../contents/ui/config/ConfigAppearance.qml:162
+#: ../contents/ui/config/ConfigAppearance.qml:168
msgid "Placement:"
msgstr "Placement :"
-#: ../contents/ui/config/ConfigAppearance.qml:165
+#: ../contents/ui/config/ConfigAppearance.qml:171
msgid "Top left"
msgstr "En haut à gauche"
-#: ../contents/ui/config/ConfigAppearance.qml:168
+#: ../contents/ui/config/ConfigAppearance.qml:174
msgid "Top right"
msgstr "En haut à droite"
-#: ../contents/ui/config/ConfigAppearance.qml:171
+#: ../contents/ui/config/ConfigAppearance.qml:177
msgid "Bottom left"
msgstr "En bas à gauche"
-#: ../contents/ui/config/ConfigAppearance.qml:174
+#: ../contents/ui/config/ConfigAppearance.qml:180
msgid "Bottom right"
msgstr "En bas à droite"
-#: ../contents/ui/config/ConfigAppearance.qml:195
+#: ../contents/ui/config/ConfigAppearance.qml:201
msgid "CPU color:"
msgstr "Couleur du CPU :"
-#: ../contents/ui/config/ConfigAppearance.qml:197
+#: ../contents/ui/config/ConfigAppearance.qml:203
msgid "Choose CPU graph color"
msgstr "Choisissez la couleur du graphique du CPU"
-#: ../contents/ui/config/ConfigAppearance.qml:203
+#: ../contents/ui/config/ConfigAppearance.qml:209
msgid "Memory color:"
msgstr "Couleur de la mémoire"
-#: ../contents/ui/config/ConfigAppearance.qml:205
+#: ../contents/ui/config/ConfigAppearance.qml:211
msgid "Choose memory graph color"
msgstr "Choisissez la couleur du graphique de la mémoire"
-#: ../contents/ui/config/ConfigAppearance.qml:210
+#: ../contents/ui/config/ConfigAppearance.qml:216
msgid "Swap color:"
msgstr "Couleur du Swap :"
-#: ../contents/ui/config/ConfigAppearance.qml:212
+#: ../contents/ui/config/ConfigAppearance.qml:218
msgid "Choose Swap graph color"
msgstr "Choisissez la couleur du graphique Swap"
-#: ../contents/ui/config/ConfigAppearance.qml:218
+#: ../contents/ui/config/ConfigAppearance.qml:224
msgid "Network receiving color:"
msgstr "Couleur du traffic entrant :"
-#: ../contents/ui/config/ConfigAppearance.qml:220
+#: ../contents/ui/config/ConfigAppearance.qml:226
msgid "Choose network receiving graph color"
msgstr "Choisissez la couleur du graphique du traffic entrant"
-#: ../contents/ui/config/ConfigAppearance.qml:225
+#: ../contents/ui/config/ConfigAppearance.qml:231
msgid "Network sending color:"
msgstr "Couleur du traffic sortant :"
-#: ../contents/ui/config/ConfigAppearance.qml:227
+#: ../contents/ui/config/ConfigAppearance.qml:233
msgid "Choose network sending graph color"
msgstr "Choisissez la couleur du graphique du traffic sortant"
@@ -281,14 +285,14 @@ msgstr "Cocher pour utiliser une couleur personnalisée"
msgid "Check for use customized graph width"
msgstr "Cocher pour l'utilisation d'une largeur de graphique personnalisée"
-#: ../contents/ui/main.qml:135
+#: ../contents/ui/main.qml:136
msgid "⏲ Clock"
msgstr "⏲ Horl."
-#: ../contents/ui/main.qml:210
+#: ../contents/ui/main.qml:193
msgid "⇘ Down"
msgstr "⇘ Tél."
-#: ../contents/ui/main.qml:212
+#: ../contents/ui/main.qml:195
msgid "⇗ Up"
msgstr "⇗ Env."
diff --git a/package/translate/nl.po b/package/translate/nl.po
index 72b01d3..ecf8bf6 100644
--- a/package/translate/nl.po
+++ b/package/translate/nl.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: resourcesMonitor-fork\n"
"Report-Msgid-Bugs-To: https://github.com/orblazer/plasma-applet-resources-monitor\n"
-"POT-Creation-Date: 2021-12-05 19:54+0100\n"
-"PO-Revision-Date: 2021-12-05 12:15+0100\n"
+"POT-Creation-Date: 2021-12-19 13:25+0100\n"
+"PO-Revision-Date: 2021-12-19 13:25+0100\n"
"Last-Translator: orblazer\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
@@ -24,8 +24,8 @@ msgstr "Systeembronmonitor (afsplitsing)"
#: ../metadata.desktop:5
msgid "Plasmoid for monitoring CPU, memory and network traffic. This is an fork from \"Resources Monitor\" by Kotelnik"
msgstr ""
-"Een plasmoid voor het monitoren van de cpu, het werkgeheugen en netwerkverkeer. Dit is een afsplitsing van ‘Resources "
-"Monitor’ van Kotelnik."
+"Een plasmoid voor het monitoren van de cpu, het werkgeheugen en netwerkverkeer. Dit is een afsplitsing van "
+"\"Resources Monitor\" van Kotelnik."
#: ../contents/config/config.qml:6 ../contents/ui/config/ConfigGeneral.qml:57
msgid "General"
@@ -54,119 +54,123 @@ msgctxt "kibibyte suffix"
msgid "iB/s"
msgstr "iB/s"
-#: ../contents/ui/config/ConfigAppearance.qml:45
+#: ../contents/ui/config/ConfigAppearance.qml:46
msgid "Graph"
msgstr "Grafiek"
-#: ../contents/ui/config/ConfigAppearance.qml:50
+#: ../contents/ui/config/ConfigAppearance.qml:51
msgid "Text"
msgstr "Tekst"
-#: ../contents/ui/config/ConfigAppearance.qml:55
+#: ../contents/ui/config/ConfigAppearance.qml:56
msgid "Colors"
msgstr "Kleuren"
-#: ../contents/ui/config/ConfigAppearance.qml:70
+#: ../contents/ui/config/ConfigAppearance.qml:71
msgid "Vertical layout"
msgstr "Verticale indeling"
-#: ../contents/ui/config/ConfigAppearance.qml:75
+#: ../contents/ui/config/ConfigAppearance.qml:76
msgid "Sample count:"
msgstr "Aantal monsters:"
-#: ../contents/ui/config/ConfigAppearance.qml:82
+#: ../contents/ui/config/ConfigAppearance.qml:83
msgid "Width:"
msgstr "Breedte:"
-#: ../contents/ui/config/ConfigAppearance.qml:89
+#: ../contents/ui/config/ConfigAppearance.qml:90
msgid "Height:"
msgstr "Hoogte:"
-#: ../contents/ui/config/ConfigAppearance.qml:96
+#: ../contents/ui/config/ConfigAppearance.qml:97
msgid "Margin:"
msgstr "Marge:"
-#: ../contents/ui/config/ConfigAppearance.qml:107
+#: ../contents/ui/config/ConfigAppearance.qml:108
msgid "Fill opacity:"
msgstr "Ondoorzichtigheid vullen:"
-#: ../contents/ui/config/ConfigAppearance.qml:125
+#: ../contents/ui/config/ConfigAppearance.qml:126
+msgid "Drop shadows"
+msgstr "Vallende schaduwen"
+
+#: ../contents/ui/config/ConfigAppearance.qml:131
msgid "Font scale:"
msgstr "Tekstgrootte:"
-#: ../contents/ui/config/ConfigAppearance.qml:137
+#: ../contents/ui/config/ConfigAppearance.qml:143
msgid "Text displayment:"
msgstr "Tekst tonen:"
-#: ../contents/ui/config/ConfigAppearance.qml:140
+#: ../contents/ui/config/ConfigAppearance.qml:146
msgid "Always"
msgstr "Altijd"
-#: ../contents/ui/config/ConfigAppearance.qml:143
+#: ../contents/ui/config/ConfigAppearance.qml:149
msgid "On hover"
msgstr "Na aanwijzen"
-#: ../contents/ui/config/ConfigAppearance.qml:146
+#: ../contents/ui/config/ConfigAppearance.qml:152
msgid "Hints when hover"
msgstr "Tip tonen na aanwijzen"
-#: ../contents/ui/config/ConfigAppearance.qml:162
+#: ../contents/ui/config/ConfigAppearance.qml:168
msgid "Placement:"
msgstr "Locatie:"
-#: ../contents/ui/config/ConfigAppearance.qml:165
+#: ../contents/ui/config/ConfigAppearance.qml:171
msgid "Top left"
msgstr "Linksboven"
-#: ../contents/ui/config/ConfigAppearance.qml:168
+#: ../contents/ui/config/ConfigAppearance.qml:174
msgid "Top right"
msgstr "Rechtboven"
-#: ../contents/ui/config/ConfigAppearance.qml:171
+#: ../contents/ui/config/ConfigAppearance.qml:177
msgid "Bottom left"
msgstr "Linksonder"
-#: ../contents/ui/config/ConfigAppearance.qml:174
+#: ../contents/ui/config/ConfigAppearance.qml:180
msgid "Bottom right"
msgstr "Rechtsonder"
-#: ../contents/ui/config/ConfigAppearance.qml:195
+#: ../contents/ui/config/ConfigAppearance.qml:201
msgid "CPU color:"
msgstr "CPU-kleur:"
-#: ../contents/ui/config/ConfigAppearance.qml:197
+#: ../contents/ui/config/ConfigAppearance.qml:203
msgid "Choose CPU graph color"
msgstr "Kies de cpu-grafiekkleur"
-#: ../contents/ui/config/ConfigAppearance.qml:203
+#: ../contents/ui/config/ConfigAppearance.qml:209
msgid "Memory color:"
msgstr "Geheugenkleur:"
-#: ../contents/ui/config/ConfigAppearance.qml:205
+#: ../contents/ui/config/ConfigAppearance.qml:211
msgid "Choose memory graph color"
msgstr "Kies de geheugengrafiekkleur"
-#: ../contents/ui/config/ConfigAppearance.qml:210
+#: ../contents/ui/config/ConfigAppearance.qml:216
msgid "Swap color:"
msgstr "Wisselgeheugenkleur:"
-#: ../contents/ui/config/ConfigAppearance.qml:212
+#: ../contents/ui/config/ConfigAppearance.qml:218
msgid "Choose Swap graph color"
msgstr "Kies de wisselgeheugengrafiekkleur"
-#: ../contents/ui/config/ConfigAppearance.qml:218
+#: ../contents/ui/config/ConfigAppearance.qml:224
msgid "Network receiving color:"
msgstr "Kleur van netwerkverkeer (inkomend):"
-#: ../contents/ui/config/ConfigAppearance.qml:220
+#: ../contents/ui/config/ConfigAppearance.qml:226
msgid "Choose network receiving graph color"
msgstr "Kies de kleur van het inkomende netwerkverkeer"
-#: ../contents/ui/config/ConfigAppearance.qml:225
+#: ../contents/ui/config/ConfigAppearance.qml:231
msgid "Network sending color:"
msgstr "Kleur van netwerkverkeer (uitgaand):"
-#: ../contents/ui/config/ConfigAppearance.qml:227
+#: ../contents/ui/config/ConfigAppearance.qml:233
msgid "Choose network sending graph color"
msgstr "Kies de kleur van het uitgaande netwerkverkeer"
@@ -282,14 +286,14 @@ msgstr "Kruis aan om een aangepaste kleur te gebruiken"
msgid "Check for use customized graph width"
msgstr "Kruis aan om een aangepaste grafiekbreedte te gebruiken"
-#: ../contents/ui/main.qml:135
+#: ../contents/ui/main.qml:136
msgid "⏲ Clock"
msgstr "⏲ Klok."
-#: ../contents/ui/main.qml:210
+#: ../contents/ui/main.qml:193
msgid "⇘ Down"
msgstr "⇘ Oml."
-#: ../contents/ui/main.qml:212
+#: ../contents/ui/main.qml:195
msgid "⇗ Up"
msgstr "⇗ Omh."
diff --git a/package/translate/template.pot b/package/translate/template.pot
index e13e76f..5d1217c 100644
--- a/package/translate/template.pot
+++ b/package/translate/template.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: resourcesMonitor-fork\n"
"Report-Msgid-Bugs-To: https://github.com/orblazer/plasma-applet-resources-monitor\n"
-"POT-Creation-Date: 2021-12-05 19:54+0100\n"
+"POT-Creation-Date: 2021-12-19 13:25+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -53,119 +53,123 @@ msgctxt "kibibyte suffix"
msgid "iB/s"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:45
+#: ../contents/ui/config/ConfigAppearance.qml:46
msgid "Graph"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:50
+#: ../contents/ui/config/ConfigAppearance.qml:51
msgid "Text"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:55
+#: ../contents/ui/config/ConfigAppearance.qml:56
msgid "Colors"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:70
+#: ../contents/ui/config/ConfigAppearance.qml:71
msgid "Vertical layout"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:75
+#: ../contents/ui/config/ConfigAppearance.qml:76
msgid "Sample count:"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:82
+#: ../contents/ui/config/ConfigAppearance.qml:83
msgid "Width:"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:89
+#: ../contents/ui/config/ConfigAppearance.qml:90
msgid "Height:"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:96
+#: ../contents/ui/config/ConfigAppearance.qml:97
msgid "Margin:"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:107
+#: ../contents/ui/config/ConfigAppearance.qml:108
msgid "Fill opacity:"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:125
+#: ../contents/ui/config/ConfigAppearance.qml:126
+msgid "Drop shadows"
+msgstr ""
+
+#: ../contents/ui/config/ConfigAppearance.qml:131
msgid "Font scale:"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:137
+#: ../contents/ui/config/ConfigAppearance.qml:143
msgid "Text displayment:"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:140
+#: ../contents/ui/config/ConfigAppearance.qml:146
msgid "Always"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:143
+#: ../contents/ui/config/ConfigAppearance.qml:149
msgid "On hover"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:146
+#: ../contents/ui/config/ConfigAppearance.qml:152
msgid "Hints when hover"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:162
+#: ../contents/ui/config/ConfigAppearance.qml:168
msgid "Placement:"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:165
+#: ../contents/ui/config/ConfigAppearance.qml:171
msgid "Top left"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:168
+#: ../contents/ui/config/ConfigAppearance.qml:174
msgid "Top right"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:171
+#: ../contents/ui/config/ConfigAppearance.qml:177
msgid "Bottom left"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:174
+#: ../contents/ui/config/ConfigAppearance.qml:180
msgid "Bottom right"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:195
+#: ../contents/ui/config/ConfigAppearance.qml:201
msgid "CPU color:"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:197
+#: ../contents/ui/config/ConfigAppearance.qml:203
msgid "Choose CPU graph color"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:203
+#: ../contents/ui/config/ConfigAppearance.qml:209
msgid "Memory color:"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:205
+#: ../contents/ui/config/ConfigAppearance.qml:211
msgid "Choose memory graph color"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:210
+#: ../contents/ui/config/ConfigAppearance.qml:216
msgid "Swap color:"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:212
+#: ../contents/ui/config/ConfigAppearance.qml:218
msgid "Choose Swap graph color"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:218
+#: ../contents/ui/config/ConfigAppearance.qml:224
msgid "Network receiving color:"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:220
+#: ../contents/ui/config/ConfigAppearance.qml:226
msgid "Choose network receiving graph color"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:225
+#: ../contents/ui/config/ConfigAppearance.qml:231
msgid "Network sending color:"
msgstr ""
-#: ../contents/ui/config/ConfigAppearance.qml:227
+#: ../contents/ui/config/ConfigAppearance.qml:233
msgid "Choose network sending graph color"
msgstr ""
@@ -282,14 +286,14 @@ msgstr ""
msgid "Check for use customized graph width"
msgstr ""
-#: ../contents/ui/main.qml:135
+#: ../contents/ui/main.qml:136
msgid "⏲ Clock"
msgstr ""
-#: ../contents/ui/main.qml:210
+#: ../contents/ui/main.qml:193
msgid "⇘ Down"
msgstr ""
-#: ../contents/ui/main.qml:212
+#: ../contents/ui/main.qml:195
msgid "⇗ Up"
msgstr ""