From 0c7e75d391ece17c8844fd84285f72dfa0ecbb29 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Fri, 8 May 2026 20:29:26 +0200 Subject: [PATCH] [cosmic-desktop] Update minimon applet conf --- .../v1/cpu | 2 + .../v1/cputemp | 2 + .../v1/disks1 | 2 + .../v1/disks2 | 2 + .../v1/gpus | 982 +++++++++--------- .../v1/memory | 4 +- .../v1/monospace_values | 1 + .../v1/network1 | 10 +- .../v1/network2 | 8 +- .../v1/value_size_default | 1 + 10 files changed, 521 insertions(+), 493 deletions(-) create mode 100644 .config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/monospace_values create mode 100644 .config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/value_size_default diff --git a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/cpu b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/cpu index c78b6c8..ebb3fbc 100644 --- a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/cpu +++ b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/cpu @@ -1,6 +1,8 @@ ( chart_visible: true, + value_visible: false, label_visible: false, + icon_visible: false, chart: Line, colors: ( ring: ( diff --git a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/cputemp b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/cputemp index 040ee28..093fcda 100644 --- a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/cputemp +++ b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/cputemp @@ -1,6 +1,8 @@ ( chart_visible: false, + value_visible: false, label_visible: false, + icon_visible: true, chart: Heat, colors: ( ring: ( diff --git a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/disks1 b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/disks1 index 55cf0b1..70d89a3 100644 --- a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/disks1 +++ b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/disks1 @@ -1,6 +1,8 @@ ( chart_visible: false, + value_visible: false, label_visible: false, + icon_visible: true, chart: Line, colors: ( ring: ( diff --git a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/disks2 b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/disks2 index a7be605..8eb7a14 100644 --- a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/disks2 +++ b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/disks2 @@ -1,6 +1,8 @@ ( chart_visible: false, + value_visible: false, label_visible: false, + icon_visible: true, chart: Line, colors: ( ring: ( diff --git a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/gpus b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/gpus index c24e0d9..242bc0c 100644 --- a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/gpus +++ b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/gpus @@ -1,492 +1,11 @@ { - "ceeebb9baea7ef11fe45acbc68663639abec002622738525c77d1cde5081ae46": ( - usage: ( - chart_visible: false, - label_visible: false, - chart: Ring, - colors: ( - ring: ( - background: ( - red: 43, - green: 43, - blue: 43, - alpha: 255, - ), - frame: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - text: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - graph1: ( - red: 0, - green: 255, - blue: 0, - alpha: 255, - ), - graph2: ( - red: 85, - green: 85, - blue: 85, - alpha: 255, - ), - graph3: ( - red: 255, - green: 165, - blue: 0, - alpha: 255, - ), - ), - line: ( - background: ( - red: 43, - green: 43, - blue: 43, - alpha: 255, - ), - frame: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - text: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - graph1: ( - red: 0, - green: 255, - blue: 0, - alpha: 85, - ), - graph2: ( - red: 85, - green: 85, - blue: 85, - alpha: 255, - ), - graph3: ( - red: 255, - green: 165, - blue: 0, - alpha: 255, - ), - ), - heat: ( - background: ( - red: 43, - green: 43, - blue: 43, - alpha: 255, - ), - frame: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - text: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - graph1: ( - red: 255, - green: 6, - blue: 0, - alpha: 255, - ), - graph2: ( - red: 85, - green: 85, - blue: 85, - alpha: 255, - ), - graph3: ( - red: 255, - green: 165, - blue: 0, - alpha: 255, - ), - ), - stackedbars: ( - background: ( - red: 43, - green: 43, - blue: 43, - alpha: 255, - ), - frame: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - text: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - graph1: ( - red: 255, - green: 6, - blue: 0, - alpha: 255, - ), - graph2: ( - red: 85, - green: 85, - blue: 85, - alpha: 255, - ), - graph3: ( - red: 255, - green: 165, - blue: 0, - alpha: 255, - ), - ), - ), - ), - vram: ( - chart_visible: false, - label_visible: false, - chart: Line, - colors: ( - ring: ( - background: ( - red: 43, - green: 43, - blue: 43, - alpha: 255, - ), - frame: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - text: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - graph1: ( - red: 0, - green: 255, - blue: 0, - alpha: 255, - ), - graph2: ( - red: 85, - green: 85, - blue: 85, - alpha: 255, - ), - graph3: ( - red: 255, - green: 165, - blue: 0, - alpha: 255, - ), - ), - line: ( - background: ( - red: 43, - green: 43, - blue: 43, - alpha: 255, - ), - frame: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - text: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - graph1: ( - red: 0, - green: 255, - blue: 0, - alpha: 85, - ), - graph2: ( - red: 85, - green: 85, - blue: 85, - alpha: 255, - ), - graph3: ( - red: 255, - green: 165, - blue: 0, - alpha: 255, - ), - ), - heat: ( - background: ( - red: 43, - green: 43, - blue: 43, - alpha: 255, - ), - frame: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - text: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - graph1: ( - red: 255, - green: 6, - blue: 0, - alpha: 255, - ), - graph2: ( - red: 85, - green: 85, - blue: 85, - alpha: 255, - ), - graph3: ( - red: 255, - green: 165, - blue: 0, - alpha: 255, - ), - ), - stackedbars: ( - background: ( - red: 43, - green: 43, - blue: 43, - alpha: 255, - ), - frame: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - text: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - graph1: ( - red: 255, - green: 6, - blue: 0, - alpha: 255, - ), - graph2: ( - red: 85, - green: 85, - blue: 85, - alpha: 255, - ), - graph3: ( - red: 255, - green: 165, - blue: 0, - alpha: 255, - ), - ), - ), - ), - temp: ( - chart_visible: false, - label_visible: false, - chart: Ring, - colors: ( - ring: ( - background: ( - red: 43, - green: 43, - blue: 43, - alpha: 255, - ), - frame: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - text: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - graph1: ( - red: 255, - green: 6, - blue: 0, - alpha: 255, - ), - graph2: ( - red: 85, - green: 85, - blue: 85, - alpha: 255, - ), - graph3: ( - red: 255, - green: 165, - blue: 0, - alpha: 255, - ), - ), - line: ( - background: ( - red: 43, - green: 43, - blue: 43, - alpha: 255, - ), - frame: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - text: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - graph1: ( - red: 255, - green: 6, - blue: 0, - alpha: 85, - ), - graph2: ( - red: 85, - green: 85, - blue: 85, - alpha: 255, - ), - graph3: ( - red: 255, - green: 165, - blue: 0, - alpha: 255, - ), - ), - heat: ( - background: ( - red: 43, - green: 43, - blue: 43, - alpha: 255, - ), - frame: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - text: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - graph1: ( - red: 255, - green: 6, - blue: 0, - alpha: 255, - ), - graph2: ( - red: 85, - green: 85, - blue: 85, - alpha: 255, - ), - graph3: ( - red: 255, - green: 165, - blue: 0, - alpha: 255, - ), - ), - stackedbars: ( - background: ( - red: 43, - green: 43, - blue: 43, - alpha: 255, - ), - frame: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - text: ( - red: 255, - green: 255, - blue: 255, - alpha: 255, - ), - graph1: ( - red: 255, - green: 6, - blue: 0, - alpha: 255, - ), - graph2: ( - red: 85, - green: 85, - blue: 85, - alpha: 255, - ), - graph3: ( - red: 255, - green: 165, - blue: 0, - alpha: 255, - ), - ), - ), - unit: Celsius, - min_temp: 0.0, - ), - pause_on_battery: true, - stack_labels: true, - ), "20abcbf9ab798950c964a257de9208934559385f86b93459e0b2cc0b5ac1e9ee": ( usage: ( chart_visible: false, + value_visible: false, label_visible: false, - chart: Line, + icon_visible: false, + chart: Ring, colors: ( ring: ( background: ( @@ -644,7 +163,9 @@ ), vram: ( chart_visible: false, + value_visible: false, label_visible: false, + icon_visible: true, chart: Ring, colors: ( ring: ( @@ -803,7 +324,9 @@ ), temp: ( chart_visible: false, + value_visible: false, label_visible: false, + icon_visible: true, chart: Ring, colors: ( ring: ( @@ -963,6 +486,495 @@ min_temp: 0.0, ), pause_on_battery: true, - stack_labels: true, + stack_values: true, + ), + "ceeebb9baea7ef11fe45acbc68663639abec002622738525c77d1cde5081ae46": ( + usage: ( + chart_visible: false, + value_visible: false, + label_visible: false, + icon_visible: false, + chart: Ring, + colors: ( + ring: ( + background: ( + red: 43, + green: 43, + blue: 43, + alpha: 255, + ), + frame: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + text: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + graph1: ( + red: 0, + green: 255, + blue: 0, + alpha: 255, + ), + graph2: ( + red: 85, + green: 85, + blue: 85, + alpha: 255, + ), + graph3: ( + red: 255, + green: 165, + blue: 0, + alpha: 255, + ), + ), + line: ( + background: ( + red: 43, + green: 43, + blue: 43, + alpha: 255, + ), + frame: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + text: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + graph1: ( + red: 0, + green: 255, + blue: 0, + alpha: 85, + ), + graph2: ( + red: 85, + green: 85, + blue: 85, + alpha: 255, + ), + graph3: ( + red: 255, + green: 165, + blue: 0, + alpha: 255, + ), + ), + heat: ( + background: ( + red: 43, + green: 43, + blue: 43, + alpha: 255, + ), + frame: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + text: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + graph1: ( + red: 255, + green: 6, + blue: 0, + alpha: 255, + ), + graph2: ( + red: 85, + green: 85, + blue: 85, + alpha: 255, + ), + graph3: ( + red: 255, + green: 165, + blue: 0, + alpha: 255, + ), + ), + stackedbars: ( + background: ( + red: 43, + green: 43, + blue: 43, + alpha: 255, + ), + frame: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + text: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + graph1: ( + red: 255, + green: 6, + blue: 0, + alpha: 255, + ), + graph2: ( + red: 85, + green: 85, + blue: 85, + alpha: 255, + ), + graph3: ( + red: 255, + green: 165, + blue: 0, + alpha: 255, + ), + ), + ), + ), + vram: ( + chart_visible: false, + value_visible: false, + label_visible: false, + icon_visible: true, + chart: Ring, + colors: ( + ring: ( + background: ( + red: 43, + green: 43, + blue: 43, + alpha: 255, + ), + frame: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + text: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + graph1: ( + red: 0, + green: 255, + blue: 0, + alpha: 255, + ), + graph2: ( + red: 85, + green: 85, + blue: 85, + alpha: 255, + ), + graph3: ( + red: 255, + green: 165, + blue: 0, + alpha: 255, + ), + ), + line: ( + background: ( + red: 43, + green: 43, + blue: 43, + alpha: 255, + ), + frame: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + text: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + graph1: ( + red: 0, + green: 255, + blue: 0, + alpha: 85, + ), + graph2: ( + red: 85, + green: 85, + blue: 85, + alpha: 255, + ), + graph3: ( + red: 255, + green: 165, + blue: 0, + alpha: 255, + ), + ), + heat: ( + background: ( + red: 43, + green: 43, + blue: 43, + alpha: 255, + ), + frame: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + text: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + graph1: ( + red: 255, + green: 6, + blue: 0, + alpha: 255, + ), + graph2: ( + red: 85, + green: 85, + blue: 85, + alpha: 255, + ), + graph3: ( + red: 255, + green: 165, + blue: 0, + alpha: 255, + ), + ), + stackedbars: ( + background: ( + red: 43, + green: 43, + blue: 43, + alpha: 255, + ), + frame: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + text: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + graph1: ( + red: 255, + green: 6, + blue: 0, + alpha: 255, + ), + graph2: ( + red: 85, + green: 85, + blue: 85, + alpha: 255, + ), + graph3: ( + red: 255, + green: 165, + blue: 0, + alpha: 255, + ), + ), + ), + ), + temp: ( + chart_visible: false, + value_visible: false, + label_visible: false, + icon_visible: true, + chart: Ring, + colors: ( + ring: ( + background: ( + red: 43, + green: 43, + blue: 43, + alpha: 255, + ), + frame: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + text: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + graph1: ( + red: 255, + green: 6, + blue: 0, + alpha: 255, + ), + graph2: ( + red: 85, + green: 85, + blue: 85, + alpha: 255, + ), + graph3: ( + red: 255, + green: 165, + blue: 0, + alpha: 255, + ), + ), + line: ( + background: ( + red: 43, + green: 43, + blue: 43, + alpha: 255, + ), + frame: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + text: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + graph1: ( + red: 255, + green: 6, + blue: 0, + alpha: 85, + ), + graph2: ( + red: 85, + green: 85, + blue: 85, + alpha: 255, + ), + graph3: ( + red: 255, + green: 165, + blue: 0, + alpha: 255, + ), + ), + heat: ( + background: ( + red: 43, + green: 43, + blue: 43, + alpha: 255, + ), + frame: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + text: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + graph1: ( + red: 255, + green: 6, + blue: 0, + alpha: 255, + ), + graph2: ( + red: 85, + green: 85, + blue: 85, + alpha: 255, + ), + graph3: ( + red: 255, + green: 165, + blue: 0, + alpha: 255, + ), + ), + stackedbars: ( + background: ( + red: 43, + green: 43, + blue: 43, + alpha: 255, + ), + frame: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + text: ( + red: 255, + green: 255, + blue: 255, + alpha: 255, + ), + graph1: ( + red: 255, + green: 6, + blue: 0, + alpha: 255, + ), + graph2: ( + red: 85, + green: 85, + blue: 85, + alpha: 255, + ), + graph3: ( + red: 255, + green: 165, + blue: 0, + alpha: 255, + ), + ), + ), + unit: Celsius, + min_temp: 0.0, + ), + pause_on_battery: true, + stack_values: true, ), } \ No newline at end of file diff --git a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/memory b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/memory index db65c39..359f547 100644 --- a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/memory +++ b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/memory @@ -1,6 +1,8 @@ ( chart_visible: true, + value_visible: false, label_visible: false, + icon_visible: false, chart: Line, colors: ( ring: ( @@ -158,5 +160,5 @@ ), percentage: false, show_allocated: false, - stack_labels: false, + stack_values: false, ) \ No newline at end of file diff --git a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/monospace_values b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/monospace_values new file mode 100644 index 0000000..02e4a84 --- /dev/null +++ b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/monospace_values @@ -0,0 +1 @@ +false \ No newline at end of file diff --git a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/network1 b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/network1 index 2378441..f4e535a 100644 --- a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/network1 +++ b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/network1 @@ -1,6 +1,8 @@ ( chart_visible: false, - label_visible: true, + value_visible: true, + label_visible: false, + icon_visible: false, chart: Line, colors: ( ring: ( @@ -156,9 +158,9 @@ ), ), ), - adaptive: true, - bandwidth: 62500000, + adaptive: false, + bandwidth: 1000000, unit: Some(0), - variant: Combined, + variant: Download, show_bytes: false, ) \ No newline at end of file diff --git a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/network2 b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/network2 index 05620e0..5420318 100644 --- a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/network2 +++ b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/network2 @@ -1,6 +1,8 @@ ( - chart_visible: true, + chart_visible: false, + value_visible: true, label_visible: false, + icon_visible: true, chart: Line, colors: ( ring: ( @@ -156,8 +158,8 @@ ), ), ), - adaptive: true, - bandwidth: 62500000, + adaptive: false, + bandwidth: 1000000, unit: Some(0), variant: Upload, show_bytes: false, diff --git a/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/value_size_default b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/value_size_default new file mode 100644 index 0000000..9d60796 --- /dev/null +++ b/.config/cosmic/io.github.cosmic_utils.minimon-applet-panel/v1/value_size_default @@ -0,0 +1 @@ +11 \ No newline at end of file