73 lines
1.5 KiB
Plaintext
73 lines
1.5 KiB
Plaintext
# Desktop-specific shell layout and hardware telemetry.
|
|
[bar.main]
|
|
position = "bottom"
|
|
layer = "top"
|
|
capsule_radius = 5
|
|
center = ["group:g3", "notifications"]
|
|
end = ["bluetooth", "input_volume", "volume", "control-center", "group:g1", "session"]
|
|
font_weight = 400
|
|
margin_ends = 0
|
|
padding = 0
|
|
panel_overlap = 3
|
|
radius = 0
|
|
shadow = false
|
|
# Keep the desktop status bar visible and reserve its screen edge.
|
|
auto_hide = false
|
|
smart_auto_hide = false
|
|
reserve_space = true
|
|
start = ["tray", "group:g4", "group:g2", "privacy"]
|
|
thickness = 39
|
|
widget_spacing = 10
|
|
|
|
[[bar.main.capsule_group]]
|
|
enabled = true
|
|
fill = "surface_variant"
|
|
id = "g1"
|
|
members = ["caffeine", "date", "clock"]
|
|
opacity = 1.0
|
|
padding = 6.0
|
|
|
|
[[bar.main.capsule_group]]
|
|
enabled = true
|
|
fill = "surface_variant"
|
|
id = "g2"
|
|
members = ["network_rx", "network_tx", "network"]
|
|
opacity = 1.0
|
|
padding = 6.0
|
|
|
|
[[bar.main.capsule_group]]
|
|
enabled = true
|
|
fill = "surface_variant"
|
|
id = "g3"
|
|
members = ["launcher", "media", "control-center", "clipboard"]
|
|
opacity = 1.0
|
|
padding = 6.0
|
|
radius = 5.0
|
|
|
|
[[bar.main.capsule_group]]
|
|
enabled = true
|
|
fill = "surface_variant"
|
|
id = "g4"
|
|
members = ["cpu", "temp", "ram", "gpu", "gpu_temp", "disk"]
|
|
opacity = 1.0
|
|
padding = 6.0
|
|
|
|
[widget.gpu]
|
|
type = "sysmon"
|
|
stat = "gpu_usage"
|
|
display = "graph"
|
|
|
|
[widget.gpu_temp]
|
|
type = "sysmon"
|
|
stat = "gpu_temp"
|
|
display = "text"
|
|
|
|
[control_center]
|
|
sidebar = "full"
|
|
sidebar_section = "full"
|
|
width = 880
|
|
|
|
[system.monitor]
|
|
# GPU polling is disabled by Noctalia by default; enable it for the RTX 3090 widgets.
|
|
gpu_poll_seconds = 2.0
|