a91c8cf8f2
Expose the persistent Pi session controls through the desktop launcher, Noctalia, and user service.
90 lines
1.8 KiB
Plaintext
90 lines
1.8 KiB
Plaintext
# Desktop-specific shell layout and hardware telemetry.
|
|
# Pi Status Bridge is installed locally from ~/projects/pi-gui.
|
|
[plugins]
|
|
enabled = ["alex/system-status", "alex/pi-status-bridge"]
|
|
|
|
[widget.pi-status]
|
|
type = "alex/pi-status-bridge:bridge"
|
|
|
|
[bar.main]
|
|
position = "bottom"
|
|
layer = "top"
|
|
scale = 0.95
|
|
capsule_radius = 5
|
|
center = ["group:g3", "notifications"]
|
|
end = ["group:g2", "group:g6", "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", "privacy"]
|
|
thickness = 39
|
|
widget_spacing = 10
|
|
|
|
[[bar.main.capsule_group]]
|
|
enabled = true
|
|
fill = "surface_variant"
|
|
id = "g1"
|
|
members = ["idle-inhibitors", "caffeine", "date", "clock"]
|
|
opacity = 1.0
|
|
padding = 6.0
|
|
|
|
[[bar.main.capsule_group]]
|
|
enabled = true
|
|
fill = "surface_variant"
|
|
id = "g2"
|
|
members = ["network", "bluetooth"]
|
|
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 = ["pi-status", "cpu", "temp", "ram", "gpu", "gpu_temp", "disk"]
|
|
opacity = 1.0
|
|
padding = 6.0
|
|
|
|
[[bar.main.capsule_group]]
|
|
enabled = true
|
|
fill = "surface_variant"
|
|
id = "g6"
|
|
members = ["input_volume", "volume"]
|
|
opacity = 1.0
|
|
padding = 6.0
|
|
radius = 5.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
|