1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-10-27 05:39: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,22 @@
(
cpu: (
update_interval: 1000,
sampling_window: 60,
),
mem: (
update_interval: 2000,
sampling_window: 30,
),
net: (
update_interval: 2000,
sampling_window: 30,
),
disk: (
update_interval: 1000,
sampling_window: 60,
),
gpu: (
update_interval: 2000,
sampling_window: 30,
),
)