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:
32
.config/cosmic/dev.DBrox.CosmicSystemMonitor/v2/components
Normal file
32
.config/cosmic/dev.DBrox.CosmicSystemMonitor/v2/components
Normal 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,
|
||||
),
|
||||
]),
|
||||
]
|
||||
5
.config/cosmic/dev.DBrox.CosmicSystemMonitor/v2/layout
Normal file
5
.config/cosmic/dev.DBrox.CosmicSystemMonitor/v2/layout
Normal file
@@ -0,0 +1,5 @@
|
||||
(
|
||||
padding: Suggested,
|
||||
spacing: 5.0,
|
||||
inner_spacing: 2.5,
|
||||
)
|
||||
22
.config/cosmic/dev.DBrox.CosmicSystemMonitor/v2/sampling
Normal file
22
.config/cosmic/dev.DBrox.CosmicSystemMonitor/v2/sampling
Normal 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,
|
||||
),
|
||||
)
|
||||
Reference in New Issue
Block a user