1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-10-27 03:19:08 +00:00

[cosmic-deskop] Add configuration

This commit is contained in:
2025-10-23 11:55:01 +02:00
parent 2da929f395
commit 2ced56125f
117 changed files with 3761 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
[
Cpu([
RunChart(
color: accent_blue,
aspect_ratio: 1.5,
),
BarGlobal(
color: accent_blue,
aspect_ratio: 0.5,
),
]),
Mem([
RunChart(
color_back: accent_green,
color_front: accent_purple,
aspect_ratio: 1.5,
),
BarChart(
color_left: accent_green,
color_right: accent_purple,
spacing: 2.5,
aspect_ratio: 0.5,
),
]),
Net([
RunChart(
color_back: accent_red,
color_front: accent_yellow,
aspect_ratio: 1.5,
),
]),
]